Skip to content

Commit

Permalink
⚡ Now you can install cliptopia using gpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaui committed May 12, 2024
1 parent cd7b730 commit fe97ea1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gpm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

type: application

icon: https://raw.githubusercontent.com/omegaui/cliptopia/master/package/desktop/cliptopia.png

build:
- linux:
note: 'You are about to install cliptopia with gpm'
executable: cliptopia
appData:
- data
- lib
- cliptopia
dependencies:
- executable: flutter
version: ^3.13.0
help: Please install flutter from https://flutter.dev
steps:
- name: Running pub get
run: flutter pub get
- name: Building Cliptopia
run: flutter build linux --release
- name: Removing sources
run: rm -rf lib/
- name: Relocating compiled data
run: mv build/linux/x64/release/bundle/* .

0 comments on commit fe97ea1

Please sign in to comment.