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 649bbba commit effc92dCopy full SHA for effc92d
Makefile
@@ -15,7 +15,9 @@ lint:
15
archive:
16
./gradlew --warning-mode=all publishReleasePublicationToLocalRepository
17
sync: archive
18
- rsync -av --chmod=g+w --chown=:gs-priv $(HOME)/MAVEN/com/ ghostscript.com:/var/www/maven.ghostscript.com/com/
+ rsync -av --chmod=g+w --chown=:gs-web \
19
+ $(HOME)/MAVEN/com/ \
20
+ ghostscript.com:/var/www/maven.ghostscript.com/com/
21
22
run: install
23
adb shell am start -n com.artifex.mupdf.viewer.app/.LibraryActivity
0 commit comments