Skip to content

Commit a9743e6

Browse files
committed
More flatpak changes
1 parent e9572fb commit a9743e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<launchable type="desktop-id">dev.pantheum.janus.desktop</launchable>
2020
<screenshots>
2121
<screenshot type="default">
22-
<image>https://github.com/gholmann16/Janus/blob/main/data/screenshot.png</image>
22+
<image>https://raw.githubusercontent.com/gholmann16/Janus/main/data/screenshot.png</image>
2323
<caption>Picture of a simple notepad application (janus) reading a c file with syntax highlighting displayed</caption>
2424
</screenshot>
2525
</screenshots>

data/dev.pantheum.janus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: dev.pantheum.janus
22
runtime: org.freedesktop.Platform
3-
runtime-version: '24.08'
3+
runtime-version: '25.08'
44
sdk: org.freedesktop.Sdk
55
command: janus
66

@@ -33,4 +33,4 @@ modules:
3333
sources:
3434
- type: git
3535
url: https://github.com/gholmann16/janus.git
36-
branch: main
36+
tag: v0.9.7

data/meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
install_data('janus.desktop', install_dir : get_option('datadir') / 'applications', rename: 'dev.pantheum.janus.desktop')
2-
install_data('janus.png', install_dir : get_option('datadir') / 'icons/hicolor/256x256/apps', rename : 'dev.pantheum.janus.png')
3-
install_data('metainfo.xml', install_dir : get_option('datadir') / 'metainfo', rename : 'dev.pantheum.janus.metainfo.xml')
1+
install_data('dev.pantheum.janus.desktop', install_dir : get_option('datadir') / 'applications')
2+
install_data('dev.pantheum.janus.png', install_dir : get_option('datadir') / 'icons/hicolor/256x256/apps')
3+
install_data('dev.pantheum.janus.metainfo.xml', install_dir : get_option('datadir') / 'metainfo')

0 commit comments

Comments
 (0)