Skip to content

Commit 498054d

Browse files
committed
Adjust output filename.
1 parent f64e24f commit 498054d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ depends/macos/Frameworks/opencv2.framework
5656
depends/android/artoolkitx
5757
artoolkitX.for.iOS.v*.dmg
5858
artoolkitX.for.macOS.v*.dmg
59+
artoolkitx-*-Android.zip
60+
artoolkitx-*-Windows.zip
5961

6062
# Build files
6163
Linux/build/

Android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ android {
1818
//abiFilters 'arm64-v8a'
1919
}
2020
}
21+
archivesBaseName = "artoolkitx-calib-camera-v$versionName"
2122
}
2223
buildTypes {
2324
release {

0 commit comments

Comments
 (0)