@@ -27,28 +27,28 @@ pushd %CLONEDIR%
2727set INKSCAPE_PATH = " C:\Program Files\Inkscape\bin\inkscape.exe"
2828set RESPATH = %CLONEDIR% \resources
2929for %%s in (16 24 32 48 128 256) do (
30- %INKSCAPE_PATH% " %RESPATH% \%LIBNAME% .svg" -o " %RESPATH% \tmp-%%s .png" -w %%s -h %%s
30+ %INKSCAPE_PATH% " %RESPATH% \DataLab .svg" -o " %RESPATH% \tmp-%%s .png" -w %%s -h %%s
3131)
32- magick " %RESPATH% \tmp-*.png" " %RESPATH% \%LIBNAME% .ico"
32+ magick " %RESPATH% \tmp-*.png" " %RESPATH% \DataLab .ico"
3333del " %RESPATH% \tmp-*.png"
3434
3535@ REM Building executable
36- pyinstaller %LIBNAME% .spec --noconfirm --clean
36+ pyinstaller DataLab .spec --noconfirm --clean
3737
3838@ REM Windows 7 SP1 compatibility fix
39- copy " %RESPATH% \api-ms-win-core-path-l1-1-0.dll" " dist\%LIBNAME% \_internal" /Y
39+ copy " %RESPATH% \api-ms-win-core-path-l1-1-0.dll" " dist\DataLab \_internal" /Y
4040
4141@ REM Zipping executable
4242cd dist
43- set ZIPNAME = %LIBNAME% -v%VERSION% _exe.zip
44- " C:\Program Files\7-Zip\7z.exe" a -mx1 " %ZIPNAME% " %LIBNAME%
43+ set ZIPNAME = DataLab -v%VERSION% _exe.zip
44+ " C:\Program Files\7-Zip\7z.exe" a -mx1 " %ZIPNAME% " DataLab
4545popd
4646
4747if not exist %REPODIR% \dist ( mkdir %REPODIR% \dist )
4848@ REM Move zipped executable to dist directory
4949move %CLONEDIR% \dist\%ZIPNAME% %REPODIR% \dist
5050@ REM Move generated folder to dist directory
51- move %CLONEDIR% \dist\%LIBNAME% %REPODIR% \dist
51+ move %CLONEDIR% \dist\DataLab %REPODIR% \dist
5252
5353rmdir /s /q %CLONEDIR%
5454call %FUNC% EndOfScript
0 commit comments