[bisq-network/bisq] Initial commit of Snap package (#2378)

David Parrish notifications at github.com
Thu Feb 7 00:36:22 UTC 2019


dmp1ce commented on this pull request.



> +parts:
+  bisq:
+    plugin: gradle
+    override-build: |
+      ./gradlew build
+
+      # Install executable.
+      install -d "${SNAPCRAFT_PART_INSTALL}/opt/bisq"
+      cp -r desktop/build/app/* "${SNAPCRAFT_PART_INSTALL}/opt/bisq"
+
+      # Install desktop launcher icon
+      install -Dm644 desktop/package/linux/icon.png "${SNAPCRAFT_PART_INSTALL}/usr/share/pixmaps/bisq.png"
+
+    source: https://github.com/bisq-network/bisq-desktop.git
+    source-tag: v0.9.3
+    build-packages: [openjdk-11-jdk]

I think `java-11-jdk` is Java 10 on Ubuntu. I have also learned that a Snap package can be created from the `.deb` if that would be better.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2378#discussion_r254509193
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190206/783b0155/attachment.html>


More information about the bisq-github mailing list