We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2b6df commit 6562cd1Copy full SHA for 6562cd1
compile.command
@@ -9,7 +9,7 @@ GIT_ROOT=$(pwd)
9
10
rm -rf build 戴铭的开发小册子.app
11
cd SwiftPamphletApp
12
-if grep -q 'gitHubAccessToken = ""' ./SwiftPamphletAppConfig.swift ; then
+if grep -q 'gitHubAccessToken = ""' ./App/SwiftPamphletAppConfig.swift ; then
13
echo "please setup your personal access token to SwiftPamphletAppConfig.swift" && exit
14
fi
15
cd ..
0 commit comments