File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33
33
<url type =" vcs-browser" >https://github.com/e-j-w/ChartOfNuclides</url >
34
34
<screenshots >
35
35
<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 >
37
37
<caption >Main interface view showing a zoomed-out chart of nuclides</caption >
38
38
</screenshot >
39
39
<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 >
41
41
<caption >Zoomed-in main view with the 99Tc nuclide selected, using the 'decay mode' color scheme</caption >
42
42
</screenshot >
43
43
<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 >
45
45
<caption >Zoomed-in main view with the 58Ni nuclide selected, using the 'half-life' color scheme</caption >
46
46
</screenshot >
47
47
<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 >
49
49
<caption >List of levels and gamma rays for a selected nuclide (212Po)</caption >
50
50
</screenshot >
51
51
</screenshots >
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ modules:
70
70
build-commands :
71
71
- unzip ensdf_240901.zip -d data/ensdf/
72
72
- 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
78
78
sources :
79
79
- type : git
80
80
url : https://github.com/e-j-w/ChartOfNuclides.git
You can’t perform that action at this time.
0 commit comments