Skip to content

Commit 7929d71

Browse files
committed
Update metadata.
1 parent 7668867 commit 7929d71

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

data/io.github.e_j_w.ChartOfNuclides.metainfo.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
<url type="vcs-browser">https://github.com/e-j-w/ChartOfNuclides</url>
3434
<screenshots>
3535
<screenshot type="default">
36-
<image>https://github.com/e-j-w/ChartOfNuclides-flatpak/blob/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot.png</image>
36+
<image>https://raw.githubusercontent.com/e-j-w/ChartOfNuclides-flatpak/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot.png</image>
3737
<caption>Main interface view showing a zoomed-out chart of nuclides</caption>
3838
</screenshot>
3939
<screenshot>
40-
<image>https://github.com/e-j-w/ChartOfNuclides-flatpak/blob/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot2.png</image>
40+
<image>https://raw.githubusercontent.com/e-j-w/ChartOfNuclides-flatpak/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot2.png</image>
4141
<caption>Zoomed-in main view with the 99Tc nuclide selected, using the 'decay mode' color scheme</caption>
4242
</screenshot>
4343
<screenshot>
44-
<image>https://github.com/e-j-w/ChartOfNuclides-flatpak/blob/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot3.png</image>
44+
<image>https://raw.githubusercontent.com/e-j-w/ChartOfNuclides-flatpak/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot3.png</image>
4545
<caption>Zoomed-in main view with the 58Ni nuclide selected, using the 'half-life' color scheme</caption>
4646
</screenshot>
4747
<screenshot>
48-
<image>https://github.com/e-j-w/ChartOfNuclides-flatpak/blob/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot4.png</image>
48+
<image>https://raw.githubusercontent.com/e-j-w/ChartOfNuclides-flatpak/c122e49e3a156790324ef900b19753d8a443f0b4/assets/con_screenshot4.png</image>
4949
<caption>List of levels and gamma rays for a selected nuclide (212Po)</caption>
5050
</screenshot>
5151
</screenshots>

data/io.github.e_j_w.ChartOfNuclides.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ modules:
7070
build-commands:
7171
- unzip ensdf_240901.zip -d data/ensdf/
7272
- make all -j ${FLATPAK_BUILDER_N_JOBS}
73-
- install -Dm755 con -t ${FLATPAK_DEST}/bin
74-
- install -Dm644 con.dat -t ${FLATPAK_DEST}/share
75-
- install -Dm644 data/io.github.e_j_w.ChartOfNuclides.metainfo.xml ${FLATPAK_DEST}/share/metainfo
76-
- install -Dm644 data/io.github.e_j_w.ChartOfNuclides.svg -t ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps
77-
- install -Dm644 data/io.github.e_j_w.ChartOfNuclides.desktop -t ${FLATPAK_DEST}/share/applications
73+
- install -Dm755 con -t /app/bin
74+
- install -Dm644 con.dat -t /app/share
75+
- install -Dm644 data/io.github.e_j_w.ChartOfNuclides.metainfo.xml -t /app/share/metainfo
76+
- install -Dm644 data/io.github.e_j_w.ChartOfNuclides.svg -t /app/share/icons/hicolor/scalable/apps
77+
- install -Dm644 data/io.github.e_j_w.ChartOfNuclides.desktop -t /app/share/applications
7878
sources:
7979
- type: git
8080
url: https://github.com/e-j-w/ChartOfNuclides.git

0 commit comments

Comments
 (0)