Scripts for packaging application

This commit is contained in:
jdescottes
2014-06-22 00:05:02 +02:00
parent 42c799d217
commit 5e5ec1a358
4 changed files with 70 additions and 43 deletions

View File

@@ -0,0 +1,16 @@
setlocal
@echo off
pushd ..\..
set PISKEL_HOME=%cd%
popd
echo "Updating Piskel icon"
ResHacker -addoverwrite "%PISKEL_HOME%\dest\desktop\releases\windows\piskel.exe", "%PISKEL_HOME%\dest\desktop\releases\windows\piskel-release.exe", "%PISKEL_HOME%\src\logo.ico", ICONGROUP, IDR_MAINFRAME, 1033
pause
explorer "%PISKEL_HOME%\dest\desktop\releases\windows"
endlocal