We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc6305 commit 02aff86Copy full SHA for 02aff86
build.sh
@@ -18,7 +18,7 @@ mkdir -p "${BUILD}/${BUNDLE_SP}"
18
# copy source to Sequel Ace and Sequel Pro directories
19
cd "${SRC}"
20
cp * "${BUILD}/${BUNDLE_SA}"
21
-cp * "${BUILD}/${BUNDLE_SA}"
+cp * "${BUILD}/${BUNDLE_SP}"
22
cd "${DIR}"
23
24
# perform required search-and-replace for Pro->Ace changes
src/command.plist
@@ -7,7 +7,7 @@
7
<key>category</key>
8
<string>Export</string>
9
<key>command</key>
10
- <string>./parse.sh</string>
+ <string>sh parse.sh</string>
11
<key>contact</key>
12
<string>uggcf://tvguho.pbz/pivroebpx/RkcbegGbYneniryZvtengvba.fcOhaqyr</string>
13
<key>description</key>
0 commit comments