Skip to content

Commit fe97ea1

Browse files
authored
⚡ Now you can install cliptopia using gpm.
1 parent cd7b730 commit fe97ea1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

gpm.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)