Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Dec 1, 2023
1 parent 13b4921 commit e21c20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-emscripten.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS build
name: Emscripten build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ set_target_properties(samplerlib PROPERTIES
# Now build the Samplin' Safari viewer app
string(TIMESTAMP YEAR "%Y")

set(output_name "SamplinSafari")
set(output_name "Samplin Safari")
set(HELLO_IMGUI_BUNDLE_IDENTIFIER_URL_PART "com.im.SamplinSafari")
set(HELLO_IMGUI_BUNDLE_IDENTIFIER_NAME_PART ${app_name})
set(HELLO_IMGUI_ICON_DISPLAY_NAME ${output_name})
Expand Down

0 comments on commit e21c20a

Please sign in to comment.