Skip to content

Commit 02aff86

Browse files
author
Colin Viebrock
committed
fix build script, and be more explicit about running parser from plist
1 parent 3dc6305 commit 02aff86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdir -p "${BUILD}/${BUNDLE_SP}"
1818
# copy source to Sequel Ace and Sequel Pro directories
1919
cd "${SRC}"
2020
cp * "${BUILD}/${BUNDLE_SA}"
21-
cp * "${BUILD}/${BUNDLE_SA}"
21+
cp * "${BUILD}/${BUNDLE_SP}"
2222
cd "${DIR}"
2323

2424
# perform required search-and-replace for Pro->Ace changes

Diff for: src/command.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>category</key>
88
<string>Export</string>
99
<key>command</key>
10-
<string>./parse.sh</string>
10+
<string>sh parse.sh</string>
1111
<key>contact</key>
1212
<string>uggcf://tvguho.pbz/pivroebpx/RkcbegGbYneniryZvtengvba.fcOhaqyr</string>
1313
<key>description</key>

0 commit comments

Comments
 (0)