File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set icon_name=%1
3
3
set LAUNCH_TARGET = %2
4
4
set launcher_name = %3
5
5
set subsystem = %4
6
+ set destination = %5
6
7
7
8
set icon_name = %icon_name:" =%
8
9
set LAUNCH_TARGET = %LAUNCH_TARGET:" =%
@@ -12,7 +13,7 @@ set subsystem=%subsystem:"=%
12
13
set ROOT_PATH = %~dp0 ..\
13
14
set SCRIPT_PATH = %~dp0
14
15
set TEMPO_PATH = %ROOT_PATH% launchers_temp
15
- set OUTPUT_DIR = %ROOT_PATH% launchers_final
16
+ set OUTPUT_DIR = %ROOT_PATH% launchers_ %destination%
16
17
17
18
set " ICON_FILE = %ROOT_PATH% icons\%icon_name% "
18
19
set LAUNCHER_EXE = %OUTPUT_DIR% \%launcher_name% .exe
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set icon_name=%1
3
3
set LAUNCH_TARGET = %2
4
4
set launcher_name = %3
5
5
set subsystem = %4
6
+ set destination = %5
6
7
7
8
set icon_name = %icon_name:" =%
8
9
set LAUNCH_TARGET = %LAUNCH_TARGET:" =%
@@ -12,7 +13,7 @@ set subsystem=%subsystem:"=%
12
13
set ROOT_PATH = %~dp0 ..\
13
14
set SCRIPT_PATH = %~dp0
14
15
set TEMPO_PATH = %ROOT_PATH% launchers_temp
15
- set OUTPUT_DIR = %ROOT_PATH% launchers_final
16
+ set OUTPUT_DIR = %ROOT_PATH% launchers_ %destination%
16
17
17
18
set " ICON_FILE = %ROOT_PATH% icons\%icon_name% "
18
19
set LAUNCHER_EXE = %OUTPUT_DIR% \%launcher_name% .exe
You can’t perform that action at this time.
0 commit comments