mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-31 14:11:45 +00:00
Initial commit
This commit is contained in:
BIN
snap/gui/256x256.png
Normal file
BIN
snap/gui/256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
41
snap/snapcraft.yaml
Normal file
41
snap/snapcraft.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
name: qortal-ui
|
||||
version: 1.6.3
|
||||
summary: Qortal UI for Linux
|
||||
description: Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet.
|
||||
confinement: strict
|
||||
grade: stable
|
||||
icon: snap/gui/256x256.png
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
run-on: [amd64, armhf, arm64, i386, ppc64el, s390x]
|
||||
base: core18
|
||||
apps:
|
||||
qortal-ui:
|
||||
command: qortal-ui
|
||||
plugs:
|
||||
- desktop
|
||||
- desktop-legacy
|
||||
- home
|
||||
- x11
|
||||
- unity7
|
||||
- browser-support
|
||||
- network
|
||||
- gsettings
|
||||
- pulseaudio
|
||||
- opengl
|
||||
parts:
|
||||
app:
|
||||
plugin: dump
|
||||
stage-packages:
|
||||
- libasound2
|
||||
- libgconf2-4
|
||||
- libnotify4
|
||||
- libnspr4
|
||||
- libnss3
|
||||
- libpcre3
|
||||
- libpulse0
|
||||
- libxss1
|
||||
- libxtst6
|
||||
source: dist/linux-unpacked
|
||||
after:
|
||||
- desktop-gtk3
|
Reference in New Issue
Block a user