Skip to content

Commit 94013b3

Browse files
Update AltLauncher.au3
ugh I forgot to copy non-deleted files over when deletions is enabled, fixed
1 parent e601597 commit 94013b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AltLauncher.au3

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#AutoIt3Wrapper_Icon=Resources\AltLauncher.ico
33
#AutoIt3Wrapper_Outfile=Build\AltLauncher.exe
44
#AutoIt3Wrapper_UseX64=n
5-
#AutoIt3Wrapper_Res_Fileversion=0.1.0.4
5+
#AutoIt3Wrapper_Res_Fileversion=0.1.0.5
66
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p
77
#AutoIt3Wrapper_Res_Language=1033
88
#AutoIt3Wrapper_Run_Before=cmd /c echo %fileversion% > "%scriptdir%\VERSION"
@@ -183,6 +183,8 @@ Func Manage_Directory($Mode, ByRef $Directories, ByRef $i)
183183
For $j = UBound($BackupFileList) - 1 To 1 Step -1
184184
If _ArraySearch($OriginalFileList, $BackupFileList[$j]) <> -1 Then
185185
_ArrayDelete($BackupFileList, $j)
186+
Else
187+
FileCopy($DirPath& '\' &$BackupFileList[$j], $ProfilesPath & '\' & $Profile & '\' & $ProfilesSubPath & '\' & $Name & '\' &$BackupFileList[$j], $FC_OVERWRITE)
186188
EndIf
187189
Next
188190
For $j = 1 To UBound($BackupFileList) - 1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0.4
1+
0.1.0.5

0 commit comments

Comments
 (0)