Skip to content

Commit

Permalink
fix flatpak images
Browse files Browse the repository at this point in the history
  • Loading branch information
madeofpendletonwool committed Dec 10, 2024
1 parent 8d0d28a commit 897046e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clients/flatpak/com.gooseberrydevelopment.pinepods.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: com.gooseberrydevelopment.pinepods

runtime: org.gnome.Platform
runtime-version: '46'
runtime-version: "46"
sdk: org.gnome.Sdk

command: tauri-app
Expand All @@ -20,17 +20,17 @@ modules:
sha256: 08305b5521e2cf0622e084f2b8f7f31f8a989fc7f407a7050fa3649facd61469 # This is required if you are using a remote source
only-arches: [x86_64] #This source is only used on x86_64 Computers
- type: file
path: web/src-tauri/icons/32x32.png
path: ../../web/src-tauri/icons/32x32.png
- type: file
path: web/src-tauri/icons/128x128.png
path: ../../web/src-tauri/icons/128x128.png
- type: file
path: web/src-tauri/icons/256x256.png
path: ../../web/src-tauri/icons/256x256.png
# This path points to the binary file which was created in the .deb bundle.
# Tauri also creates a folder which corresponds to the content of the unpacked .deb.
build-commands:
- ar -x *.deb
- tar -xf data.tar.gz
- 'install -Dm755 usr/bin/tauri-app /app/bin/tauri-app'
- "install -Dm755 usr/bin/tauri-app /app/bin/tauri-app"
- install -Dm644 usr/share/applications/pinepods.desktop /app/share/applications/com.gooseberrydevelopment.pinepods.desktop
- install -Dm644 32x32.png /app/share/icons/hicolor/32x32/apps/com.gooseberrydevelopment.pinepods.png
- install -Dm644 128x128.png /app/share/icons/hicolor/128x128/apps/com.gooseberrydevelopment.pinepods.png
Expand Down

0 comments on commit 897046e

Please sign in to comment.