diff --git a/assets/scenes/win_scene.png b/assets/scenes/win_scene.png index a724368..ec03f8e 100644 Binary files a/assets/scenes/win_scene.png and b/assets/scenes/win_scene.png differ diff --git a/scripts/release.ps1 b/scripts/release.ps1 index 97f69e2..650d9db 100644 --- a/scripts/release.ps1 +++ b/scripts/release.ps1 @@ -4,6 +4,6 @@ mkdir releases/under_the_ashland_dome cp -recurse assets releases/under_the_ashland_dome cp builddir/under_the_dome.exe releases/under_the_ashland_dome cd releases -zip -r9 under_the_ashland_dome.zip under_the_ashland_dome +zip -r9 under_the_ashland_dome-windows.zip under_the_ashland_dome cd .. start .\releases\under_the_ashland_dome