We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f858e8e commit 67c51f5Copy full SHA for 67c51f5
Makefile
@@ -16,8 +16,8 @@ archive:
16
./gradlew --warning-mode=all publishReleasePublicationToLocalRepository
17
sync: archive
18
rsync -av --chmod=g+w --chown=:gs-web \
19
- $(HOME)/MAVEN/com/ \
20
- ghostscript.com:/var/www/maven.ghostscript.com/com/
+ $(HOME)/MAVEN/com/artifex/mupdf/viewer/$(shell git describe --tags)/ \
+ ghostscript.com:/var/www/maven.ghostscript.com/com/artifex/mupdf/viewer/$(shell git describe --tags)/
21
22
tarball: release
23
cp app/build/outputs/apk/release/app-universal-release.apk \
0 commit comments