Skip to content

Commit

Permalink
Merge pull request #13 from Lukewh/change-snap-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh authored Sep 7, 2022
2 parents 09c2bf5 + df558de commit fea0329
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build:package": "npx electron-packager . --out=out --overwrite --platform=linux --output=release-build --prune=true"
},
"devDependencies": {
"electron": "18.2.4",
"electron-builder": "23.0.3"
"electron": "19.0.10",
"electron-builder": "23.3.3"
},
"snap": {
"plugs": [
Expand Down
1 change: 1 addition & 0 deletions preload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { ipcRenderer, contextBridge } = require("electron");

const { readFileSync } = require("fs");
const { join } = require("path");

Expand Down
5 changes: 3 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: gathertown
version: 0.2.3
version: 0.2.4
summary: A better way to meet.
description: |
Electron wrapper for Gather Town
base: core20
confinement: strict
grade: stable
compression: lzo
architectures:
- build-on: amd64

Expand Down Expand Up @@ -42,4 +43,4 @@ parts:
- unzip
stage-packages:
- libnss3
- libnspr4
- libnspr4

0 comments on commit fea0329

Please sign in to comment.