summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-16 17:21:44 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-16 17:21:44 +0100
commitc8c0973f879118d66542649a2ee8464c84bc6dc7 (patch)
tree87d0cc8454b6bcb6e6c14b7eb3d4c2eed3e5e8b9 /release.sh
parent9a6655570440c40216e9849adfb6eb1912b19ffb (diff)
work
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 6574bd7..38d6b36 100755
--- a/release.sh
+++ b/release.sh
@@ -31,7 +31,7 @@ cd src
x86_64-w64-mingw32-ld -r -b binary -o ../bin/data.o ../data/imgs/en.png ../data/imgs/nl.png ../data/imgs/logo_64.png ../data/fonts/mono.ttf ../data/translations/en-English.mo ../data/translations/nl-Dutch.mo ../data/imgs/list.png ../data/imgs/delete.png ../data/imgs/exclaim.png ../data/imgs/add.png ../data/imgs/set.png
-x86_64-w64-mingw32-gcc -Wall -m64 -O3 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi
+x86_64-w64-mingw32-gcc -Wall -m64 -O3 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi -lwininet
rm -f ../bin/data.o
cp --remove-destination ../bin/mo-edit.exe ../release/windows/mo-edit.exe