Compare commits
No commits in common. "master" and "1.01" have entirely different histories.
2 changed files with 2 additions and 3 deletions
|
@ -142,8 +142,7 @@ namespace IPASorter
|
|||
File.Move(i.path, $"{path}/incomplete/{i.fileName.Replace(".ipa", $"-{i.md5sum}.ipa")}", true);
|
||||
i.path = $"{path}/incomplete/{i.fileName.Replace(".ipa", $"-{i.md5sum}.ipa")}";
|
||||
i.MinimumOSVersion = "DO NOT ENUMERATE";
|
||||
try { Directory.Delete($"./sortertemp/{i.fileName}", true); }
|
||||
catch { }
|
||||
Directory.Delete($"./sortertemp/{i.fileName}", true);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 KawaiiZenbo
|
||||
Copyright (c) 2021 the KawaiiZenbos/the Gum Hive
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
Loading…
Add table
Reference in a new issue