mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
fix archive if repo path has spaces
This commit is contained in:
@@ -46,4 +46,4 @@ brew:
|
||||
brew bump-formula-pr --url=$(RELEASE_TAR) XcodeGen
|
||||
|
||||
archive: build
|
||||
./scripts/archive.sh $(EXECUTABLE_PATH)
|
||||
./scripts/archive.sh "$(EXECUTABLE_PATH)"
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ LICENSE=LICENSE
|
||||
# copy
|
||||
|
||||
mkdir -p $BINDIR
|
||||
cp -f $1 $BINDIR
|
||||
cp -f "$1" $BINDIR
|
||||
|
||||
mkdir -p $SHAREDIR
|
||||
cp -R SettingPresets $SHAREDIR/SettingPresets
|
||||
|
||||
Reference in New Issue
Block a user