Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
5235c5c9
Commit
5235c5c9
authored
Jun 05, 2020
by
Roman Haefeli
Browse files
fix Info.plist file: executable must remain 'Pd'
parent
7800349a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
5235c5c9
...
@@ -26,10 +26,10 @@ work_dir=workdir
...
@@ -26,10 +26,10 @@ work_dir=workdir
info_plist_replacements
=
"
info_plist_replacements
=
"
s/{DISPLAY_NAME}/
${
app_name
}
/
s/{DISPLAY_NAME}/
${
app_name
}
/
s/{EXECUTBALE}/
${
app_name
}
/
s/{EXECUTBALE}/
Pd
/
s/{ICON_FILES}/netpd.icns/
s/{ICON_FILES}/netpd.icns/
s/{BUNDLE_NAME}/
${
app_name
}
/
s/{BUNDLE_NAME}/
${
app_name
}
/
s/{BUNDLE_SHORT_VERSION}/
${
netpd
_version
}
(
${
package_version
}
)
/
s/{BUNDLE_SHORT_VERSION}/
${
app
_version
}
_
${
package_version
}
/
s/{SPOKEN_NAME}/
${
app_name
}
/
s/{SPOKEN_NAME}/
${
app_name
}
/
s/{BUNDLE_VERSION}/
${
netpd_version
}
/
s/{BUNDLE_VERSION}/
${
netpd_version
}
/
"
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment