Skip to content

Commit 3696f69

Browse files
committed
Other: Shrinker.Avalonia - Ensure app name in the Mac Dock contains spaces.
1 parent 1806a6f commit 3696f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShaderShrinker/Shrinker.Avalonia/packageMe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ APP_NAME="GLSL Shader Shrinker"
55
APP_VERSION="2.0.0"
66
APP_VERSION_SHORT="2.0"
77
EXECUTABLE_NAME="Shrinker.Avalonia"
8-
BUNDLE_NAME="GLSLShaderShrinker.app"
8+
BUNDLE_NAME="${APP_NAME}.app"
99
IDENTIFIER="com.deanedis.glslshadershrinker"
1010

1111
# Step 1: Publish the application

0 commit comments

Comments
 (0)