mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-24 09:39:43 +08:00
Compare commits
No commits in common. "7e66b3f3e98118c12186993eb52b1035236fe573" and "d916525934440330b294100e0583426b875090fd" have entirely different histories.
7e66b3f3e9
...
d916525934
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -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
3
.gitignore
vendored
@ -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 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rubick",
|
||||
"version": "4.1.7",
|
||||
"version": "4.1.6",
|
||||
"author": "muwoo <2424880409@qq.com>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user