Skip to content

Commit

Permalink
Update windows build scripts after nw version update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Apr 26, 2015
1 parent cf62f2a commit d31865a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
16 changes: 0 additions & 16 deletions misc/scripts/change-windows-icon.cmd

This file was deleted.

7 changes: 2 additions & 5 deletions misc/scripts/package-windows-executable.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ SETLOCAL
set PISKEL_HOME=%cd%
POPD

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

set APP_BIN="%PISKEL_HOME%\dest\desktop\cache\win\0.9.2"
set MISC_FOLDER=%PISKEL_HOME%\misc
set RELEASES_FOLDER=%PISKEL_HOME%\dest\desktop\releases
set DEST_FOLDER=%RELEASES_FOLDER%\piskel\win\piskel

set RELEASES_FOLDER=%PISKEL_HOME%\dest\desktop
set DEST_FOLDER=%RELEASES_FOLDER%\piskel\win64

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

0 comments on commit d31865a

Please sign in to comment.