File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $ flatpak install flathub org.gnome.Platform//3.36 org.gnome.Sdk//3.36
1616
1717```
1818$ flatpak-builder --force-clean --repo=repo build org.sugarlabs.MusicBlocks.json
19- $ flatpak build-bundle repo musicblocks.flatpak org.sugarlabs.MusicBlocks
19+ $ flatpak build-bundle repo musicblocks.flatpak org.sugarlabs.MusicBlocks stable
2020$ flatpak install musicblocks.flatpak
2121```
2222
Original file line number Diff line number Diff line change 6868 " rm -rf musicblocks/mouse-art" ,
6969 " rm -rf musicblocks/screenshots" ,
7070 " rm musicblocks/package*" ,
71+ " mkdir /app/share/musicblocks" ,
7172 " cp -ra musicblocks/* /app/share/musicblocks"
7273 ],
7374 "sources" : [
8889 "name" : " electron-app" ,
8990 "build-options" : {
9091 "env" : {
91- "electron_config_cache" : " /run/build/electron-app/npm-cache"
92- }
92+ "electron_config_cache" : " /run/build/electron-app/flatpak-node/npm-cache"
93+ },
94+ "build-args" : [ " --share=network" ]
9395 },
9496 "buildsystem" : " simple" ,
9597 "build-commands" : [
96- " npm install --prefix=main --offline --cache/run/build/electron-app/npm-cache/" ,
98+ " npm install --prefix=main --offline --cache= /run/build/electron-app/flatpak-node /npm-cache/" ,
9799 " cp -ra main/* /app/share/musicblocks/" ,
98100 " install run.sh /app/bin/"
99101 ],
109111 "type" : " patch" ,
110112 "path" : " electron-app.patch"
111113 },
112- {
113- "type" : " file" ,
114- "path" : " generated-sources.json"
115- },
114+ " generated-sources.json" ,
116115 {
117116 "type" : " script" ,
118117 "dest-filename" : " run.sh" ,
You can’t perform that action at this time.
0 commit comments