mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove useless quotes.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
727ee3aa98
commit
576d5a22ca
1 changed files with 5 additions and 5 deletions
|
@ -11,15 +11,15 @@
|
|||
|
||||
# adjust to your install location of gtk-mac-bundler. I appear to need at
|
||||
# least 0.7.2
|
||||
BUNDLER="../.local/bin/gtk-mac-bundler"
|
||||
BUNDLER_SRC="${HOME}/gtk-mac-bundler"
|
||||
BUNDLER=../.local/bin/gtk-mac-bundler
|
||||
BUNDLER_SRC=${HOME}/gtk-mac-bundler
|
||||
|
||||
# install location of yourway-create-dmg
|
||||
DMGCREATE="../yoursway-create-dmg/create-dmg"
|
||||
DMGCREATE=../yoursway-create-dmg/create-dmg
|
||||
|
||||
# This is the directory into which MacPorts, libdivecomputer and all the
|
||||
# other components have been installed
|
||||
PREFIX="/Applications/Subsurface.app/Contents/Resources"
|
||||
PREFIX=/Applications/Subsurface.app/Contents/Resources
|
||||
|
||||
INFOPLIST=./packaging/macosx/Info.plist
|
||||
|
||||
|
@ -29,7 +29,7 @@ VERSION=$(./scripts/get-version darwin)
|
|||
# gtk-mac-bundler allegedly supports signing by setting this environment
|
||||
# variable, but this fails as we change the shared objects below and all
|
||||
# the signatures become invalid.
|
||||
# export APPLICATION_CERT="Dirk"
|
||||
# export APPLICATION_CERT=Dirk
|
||||
|
||||
# force rebuilding of Info.plist
|
||||
rm ${INFOPLIST}
|
||||
|
|
Loading…
Add table
Reference in a new issue