Skip to content

Commit d31865a

Browse files
Update windows build scripts after nw version update
1 parent cf62f2a commit d31865a

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

misc/scripts/change-windows-icon.cmd

Lines changed: 0 additions & 16 deletions
This file was deleted.

misc/scripts/package-windows-executable.cmd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ SETLOCAL
66
set PISKEL_HOME=%cd%
77
POPD
88

9-
set VBOX_PATH="C:\Program Files (x86)\Enigma Virtual Box"
109
set RESOURCE_HACKER_PATH="C:\Program Files (x86)\Resource Hacker"
1110

12-
set APP_BIN="%PISKEL_HOME%\dest\desktop\cache\win\0.9.2"
1311
set MISC_FOLDER=%PISKEL_HOME%\misc
14-
set RELEASES_FOLDER=%PISKEL_HOME%\dest\desktop\releases
15-
set DEST_FOLDER=%RELEASES_FOLDER%\piskel\win\piskel
16-
12+
set RELEASES_FOLDER=%PISKEL_HOME%\dest\desktop
13+
set DEST_FOLDER=%RELEASES_FOLDER%\piskel\win64
1714

1815
ECHO "Updating Piskel icon -- Using Resource Hacker"
1916
%RESOURCE_HACKER_PATH%\ResHacker -addoverwrite "%DEST_FOLDER%\piskel.exe", "%DEST_FOLDER%\piskel-logo.exe", "%MISC_FOLDER%\desktop\logo.ico", ICONGROUP, IDR_MAINFRAME, 1033

0 commit comments

Comments
 (0)