From c9a5eada5e6de82c403e79c5e74f0c928c86df9a Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Tue, 27 Apr 2021 08:44:15 +0100 Subject: [PATCH] updated build/deploy scripts --- deploy.sh | 4 ++++ windows.sh | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/deploy.sh b/deploy.sh index 1a83aa5..5cbb0cd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash +rm -rf dist/windows +mv package dist/windows + butler push dist/linux ruin/lull:linux +butler push dist/windows ruin/lull:windows butler push dist/sounds ruin/lull:sounds diff --git a/windows.sh b/windows.sh index 99194cd..64a79bc 100755 --- a/windows.sh +++ b/windows.sh @@ -4,3 +4,13 @@ export PKG_CONFIG_ALLOW_CROSS=1 export PKG_CONFIG_PATH=/usr/i686-w64-mingw32/lib/pkgconfig rm -rf package docker start lull-build-3 -ai | less + +# gtk icons to keep: +# Adwaita/16x16/ui/window-* +# Adwaita/24x24/ui/window-* +# Adwaita/48x48/ui/window-* +# Adwaita/64x64/ui/window-* +# Adwaita/96x96/ui/window-* +# Adwaita/scalable/ui/window-* +# Adwaita/cursors +# (are all of these sizes necessary?)