Update package.ini

This commit is contained in:
ppkantorski
2024-07-22 13:41:13 -07:00
committed by GitHub
parent a775cfb5d8
commit 3a675916e1

View File

@@ -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/'