Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git clone https://github.com/sugarlabs/musicblocks-launcher # clone this reposi
cd musicblocks-launcher
cd src
yarn install
git clone https://github.com/sugarlabs/musicblocks [--depth=1]
git clone https://github.com/sugarlabs/musicblocks --depth=1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrected this to work with depth 1 rather than it being optional?

sh ./patch.sh # patches the app so that it is compatible with electron
npx electron-builder --linux appimage --publish never # defaults to current arch, use a flag for other archs
```
Expand Down
7 changes: 4 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"author": "Srevin Saju <[email protected]>",
"license": "MIT",
"devDependencies": {
"electron": "^18.3.7",
"electron-builder": "^22.11.7"
"electron": "^33.3.1",
"electron-builder": "^25.1.8"
},
"dependencies": {
"electron-dl": "^3.0.1",
Expand All @@ -46,5 +46,6 @@
"appImage": {
"artifactName": "${productName}-${version}-${arch}.${ext}"
}
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading
Loading