Update package.ini
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
;title='Mod Alchemist'
|
;title='Mod Alchemist'
|
||||||
;creator=ppkantorski
|
;creator=ppkantorski
|
||||||
;version=0.4.6
|
;version=0.4.7
|
||||||
;about='This package was designed for managing, converting, and installing mods.'
|
;about='This package was designed for managing, converting, and installing mods.'
|
||||||
;credits='Fl4sh9174, KeatonTheBot, StevensND, theboy181'
|
;credits='Fl4sh9174, KeatonTheBot, StevensND, theboy181'
|
||||||
;color=#8e43f7
|
;color=#8e43f7
|
||||||
@@ -62,9 +62,12 @@ delete {file_source}
|
|||||||
[*Toggle?2]
|
[*Toggle?2]
|
||||||
;mode=toggle
|
;mode=toggle
|
||||||
;grouping=split3
|
;grouping=split3
|
||||||
|
|
||||||
on:
|
on:
|
||||||
file_source './contents/.loaded/*/'
|
file_source './contents/.loaded/*/'
|
||||||
move -src '{file_source}location_on.txt' -dest '{file_source}location_off.txt'
|
delete '{file_source}duplicates.txt'
|
||||||
|
compare './contents/.loaded/{split({file_name}," - ",0)}*/location_on.txt' '{file_source}location_on.txt' '{file_source}duplicates.txt'
|
||||||
|
move -src '{file_source}location_on.txt' -dest '{file_source}location_off.txt' -copy_filter '{file_source}duplicates.txt'
|
||||||
delete {file_source}
|
delete {file_source}
|
||||||
off:
|
off:
|
||||||
filter './contents/.loaded/'
|
filter './contents/.loaded/'
|
||||||
|
|||||||
Reference in New Issue
Block a user