We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fc13b commit 32d1f5dCopy full SHA for 32d1f5d
2 files changed
scripts/upload_macos.sh
@@ -6,8 +6,8 @@ set -e
6
7
VERSION=$(python3 scripts/release.py head)
8
9
-cargo build -r
10
-cargo build -r --target x86_64-apple-darwin
+cargo build -F cli -r
+cargo build -F cli -r --target x86_64-apple-darwin
11
lipo -create -output coursepointer target/release/coursepointer target/x86_64-apple-darwin/release/coursepointer
12
cp docs/bdist_readme.txt README.txt
13
zip -j coursepointer-macos-v${VERSION}.zip coursepointer README.txt LICENSE.txt docs/third_party_licenses.md
scripts/upload_windows.ps1
@@ -4,7 +4,7 @@ if ($LASTEXITCODE -ne 0) {
4
throw "release.py head failed with exit code $LASTEXITCODE"
5
}
if ($LASTEXITCODE -ne 0) {
throw "cargo build failed with exit code $LASTEXITCODE"
0 commit comments