Skip to content

Commit

Permalink
Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Oct 13, 2020
1 parent ba861cf commit 80c2d63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions make-win32-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ GTK_LIBS=(libgtk-3-0.dll libgdk-3-0.dll libharfbuzz-0.dll libfreetype-6.dll
libglib-2.0-0.dll libgmodule-2.0-0.dll libgobject-2.0-0.dll
libpango-1.0-0.dll libpangocairo-1.0-0.dll libpangoft2-1.0-0.dll
libpangowin32-1.0-0.dll libpixman-1-0.dll zlib1.dll libexpat-1.dll
libffi-6.dll libfribidi-0.dll libpcre-1.dll libthai-0.dll liblzma-5.dll
librsvg-2-2.dll libcroco-0.6-3.dll libxml2-2.dll libdatrie-1.dll
libcrypto-1_1.dll)
libffi-7.dll libfribidi-0.dll libpcre-1.dll libthai-0.dll liblzma-5.dll
librsvg-2-2.dll libxml2-2.dll libdatrie-1.dll libcrypto-1_1.dll
libbrotlidec.dll libbrotlicommon.dll libssp-0.dll)
GTK_ICONS=(
status/image-missing.png
legacy/dialog-information.png
Expand Down Expand Up @@ -95,5 +95,5 @@ for i in "${GTK_ICONS[@]}" ; do
[ -e release-win32/share/images/"$n" ] || cp -nv \
/mingw32/share/icons/Adwaita/16x16/"$i" release-win32/share/images/"$n"
done
cp -vi /mingw32/share/icons/Adwaita/16x16/legacy/document-save.png release-win32/share/images/gtk-save-ltr.png
cp -vu /mingw32/share/icons/Adwaita/16x16/legacy/document-save.png release-win32/share/images/gtk-save-ltr.png

1 change: 1 addition & 0 deletions src/gui/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ int main(int argc, char** argv) {
INFO("Starting SC Controller GUI (forced console) v%s...", DAEMON_VERSION);
#else // FORCE_CONSOLE
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
FreeConsole();
#endif // FORCE_CONSOLE
_putenv("PYTHONIOENCODING=UTF-8");
char* new_path = NULL;
Expand Down

0 comments on commit 80c2d63

Please sign in to comment.