Skip to content

Commit

Permalink
build: try and build snap in main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sneljo1 committed Feb 20, 2020
1 parent e982b22 commit de57f8a
Show file tree
Hide file tree
Showing 21 changed files with 802 additions and 50 deletions.
3 changes: 2 additions & 1 deletion .electron-react/webpack.renderer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ if (isProd) {
rendererConfig.plugins.push(
new SentryCliPlugin({
release: appVersion,
include: [path.join(__dirname, '../dist/electron')]
include: [path.join(__dirname, '../dist/electron')],
urlPrefix: 'app:///dist/electron/'
})
);
}
Expand Down
Empty file modified build/icons/128x128.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/16x16.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/24x24.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/256x256.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/32x32.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/48x48.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/512x512.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/64x64.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build/icons/96x96.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "Superjo149/auryo",
"homepage": "http://auryo.com",
"productName": "Auryo",
"version": "2.5.1",
"version": "2.5.2",
"author": {
"name": "Jonas Snellinckx",
"email": "[email protected]"
Expand All @@ -28,7 +28,7 @@
"package:dir": "npm run build && electron-builder --dir",
"package:win": "electron-builder --win --x64",
"package:mac": "electron-builder --mac",
"package:linux": "electron-builder --linux",
"package:linux": "electron-builder --linux deb",
"package:all": "electron-builder -mwl",
"release": "electron-builder -wl --ia32 --x64 --publish onTagOrDraft",
"release:win": "electron-builder -w --ia32 --x64 --publish onTagOrDraft",
Expand Down
2 changes: 2 additions & 0 deletions scripts/command.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash -e
exec "$SNAP/desktop-init.sh" "$SNAP/desktop-common.sh" "$SNAP/desktop-gnome-specific.sh" "$SNAP/opt/Auryo/auryo" "$@" --no-sandbox
Loading

0 comments on commit de57f8a

Please sign in to comment.