We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b730 commit fe97ea1Copy full SHA for fe97ea1
gpm.yaml
@@ -0,0 +1,26 @@
1
+
2
+type: application
3
4
+icon: https://raw.githubusercontent.com/omegaui/cliptopia/master/package/desktop/cliptopia.png
5
6
+build:
7
+ - linux:
8
+ note: 'You are about to install cliptopia with gpm'
9
+ executable: cliptopia
10
+ appData:
11
+ - data
12
+ - lib
13
+ - cliptopia
14
+ dependencies:
15
+ - executable: flutter
16
+ version: ^3.13.0
17
+ help: Please install flutter from https://flutter.dev
18
+ steps:
19
+ - name: Running pub get
20
+ run: flutter pub get
21
+ - name: Building Cliptopia
22
+ run: flutter build linux --release
23
+ - name: Removing sources
24
+ run: rm -rf lib/
25
+ - name: Relocating compiled data
26
+ run: mv build/linux/x64/release/bundle/* .
0 commit comments