Compare commits

..

No commits in common. "7e66b3f3e98118c12186993eb52b1035236fe573" and "d916525934440330b294100e0583426b875090fd" have entirely different histories.

7 changed files with 9 additions and 9 deletions

View File

@ -46,7 +46,6 @@ jobs:
run: |
sudo apt-get install libxtst-dev libpng++-dev
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
sudo snap install snapcraft --classic
# step3: yarn
- name: Yarn install
run: |

3
.gitignore vendored
View File

@ -1,7 +1,6 @@
.DS_Store
node_modules
build/*
!build/icons
/build
# local env files

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,6 @@
{
"name": "rubick",
"version": "4.1.7",
"version": "4.1.6",
"author": "muwoo <2424880409@qq.com>",
"private": true,
"scripts": {

View File

@ -33,10 +33,10 @@ module.exports = {
productName: 'rubick',
appId: 'com.muwoo.rubick',
compression: 'maximum',
// afterPack: './release.js',
// afterAllArtifactBuild: () => {
// return ['./build/app.asar.gz'];
// },
afterPack: './release.js',
afterAllArtifactBuild: () => {
return ['./build/app.asar.gz'];
},
directories: {
output: 'build',
},
@ -102,7 +102,9 @@ module.exports = {
include: 'public/installer.nsh',
},
linux: {
icon: 'build/icons/',
icon: 'public/icons/',
publish: ['github'],
target: 'deb',
},
},
},