Skip to content

Commit 2a0ecbd

Browse files
author
Christopher Liu
committed
add --no-sandbox
1 parent 45ffca6 commit 2a0ecbd

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Music Blocks Launcher
44
This repository contains the files needed to build the Flatpak application for Music Blocks.
55

66
### Installation
7-
1. Install `flatpak-builder`, the freedesktop runtime and SDK, the electron baseapp, and the node10 SDK extension:
7+
1. Install `flatpak-builder`, the freedesktop runtime and SDK, and the electron baseapp:
88

99
```
1010
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
1111
$ flatpak install flathub org.flatpak.Builder
1212
$ flatpak install flathub org.freedesktop.Platform//19.08 org.freedesktop.Sdk//19.08
1313
$ flatpak install flathub org.electronjs.Electron2.BaseApp
14-
$ flatpak install flathub org.freedesktop.Sdk.Extension.node10
1514
```
1615

1716
2. Build and install the application:

data/org.sugarlabs.MusicBlocks.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ modules:
4242
branch: 'HEAD'
4343
- type: file
4444
dest-filename: MusicBlocks.AppImage
45-
url: https://github.com/sugarlabs/musicblocks-launcher/releases/download/v1.1.1/Music.Blocks-3.2.0-aarch64.AppImage
46-
sha256: da076f57bc66f627bb278fd8c68ba11299863b43c22a759707ac0e519d27b058
47-
size: 131462403
45+
url: https://github.com/sugarlabs/musicblocks-launcher/releases/download/v1.1.2/Music.Blocks-3.2.0-aarch64.AppImage
46+
sha256: 79529206250952752dd0e2711ce26349e951478996878ce4b379b3c0299166a9
47+
size: 117327933
4848
only-arches:
4949
- aarch64
5050
- type: file
5151
dest-filename: MusicBlocks.AppImage
52-
url: https://github.com/sugarlabs/musicblocks-launcher/releases/download/v1.1.1/Music.Blocks-3.2.0-arm.AppImage
53-
sha256: e18dc0d616bcd9c81f430563ccb181213e38c0d8af4d7367518185d90b33c08d
54-
size: 117327932
52+
url: https://github.com/sugarlabs/musicblocks-launcher/releases/download/v1.1.2/Music.Blocks-3.2.0-arm.AppImage
53+
sha256: 8cb33655c758954b2a9f1babff93ad16cc2e65ca2a1f93c232a5c130db133de6
54+
size: 131462400
5555
only-arches:
5656
- arm
5757
- type: file
5858
dest-filename: MusicBlocks.AppImage
59-
url: https://github.com/sugarlabs/musicblocks-launcher/releases/download/v1.1.1/Music.Blocks-3.2.0-x86_64.AppImage
60-
sha256: fc477de76f7ffd809544b75d70185dc537eb57a2c492d066885d9faf6cb7978a
61-
size: 127771772
59+
url: https://github.com/sugarlabs/musicblocks-launcher/releases/download/v1.1.2/Music.Blocks-3.2.0-x86_64.AppImage
60+
sha256: a0956a53c8981fb5696829b81ef9a7059fa80bd86092fcbe419454c2ee351dfc
61+
size: 127771791
6262
only-arches:
6363
- x86_64
6464

0 commit comments

Comments
 (0)