Remove Aaru as submodule

This commit is contained in:
Matt Nadareski
2023-02-23 16:11:29 -05:00
parent 575a5936ca
commit aaf0aabb55
5 changed files with 1 additions and 7 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "Aaru"]
path = Aaru
url = https://github.com/aaru-dps/Aaru.git

1
Aaru

Submodule Aaru deleted from fa4aa1a684

View File

@@ -48,6 +48,7 @@
- Update to DIC 20230201
- Use relative path output for DIC
- Remove usage of Aaru
- Remove Aaru as submodule
### 2.4 (2022-10-26)

View File

@@ -36,7 +36,6 @@ A list of all changes in each stable release and current WIP builds can now be f
MPF uses some external libraries to assist with additional information gathering after the dumping process.
- **Aaru** - Device and media type retrieval - [GitHub](https://github.com/aaru-dps/Aaru)
- **BurnOutSharp** - Protection scanning - [GitHub](https://github.com/mnadareski/BurnOutSharp)
- **UnshieldSharp** - Protection scanning - [GitHub](https://github.com/mnadareski/UnshieldSharp)
- **WPFCustomMessageBox.thabse** - Custom message boxes in UI - [GitHub](https://github.com/thabse/WPFCustomMessageBox)

View File

@@ -15,8 +15,6 @@ environment:
# install dependencies
install:
- ps: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
# pre-build script
before_build: