mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-27 15:22:46 +08:00
Compare commits
5 Commits
d916525934
...
7e66b3f3e9
Author | SHA1 | Date | |
---|---|---|---|
|
7e66b3f3e9 | ||
|
342f0f36a5 | ||
|
2a75e440ad | ||
|
11f53d1e07 | ||
|
beb8134539 |
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get install libxtst-dev libpng++-dev
|
sudo apt-get install libxtst-dev libpng++-dev
|
||||||
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
||||||
|
sudo snap install snapcraft --classic
|
||||||
# step3: yarn
|
# step3: yarn
|
||||||
- name: Yarn install
|
- name: Yarn install
|
||||||
run: |
|
run: |
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/build
|
build/*
|
||||||
|
!build/icons
|
||||||
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
|
BIN
build/icons/256x256.png
Normal file
BIN
build/icons/256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
build/icons/icon.icns
Normal file
BIN
build/icons/icon.icns
Normal file
Binary file not shown.
BIN
build/icons/icon.ico
Normal file
BIN
build/icons/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rubick",
|
"name": "rubick",
|
||||||
"version": "4.1.6",
|
"version": "4.1.7",
|
||||||
"author": "muwoo <2424880409@qq.com>",
|
"author": "muwoo <2424880409@qq.com>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -33,10 +33,10 @@ module.exports = {
|
|||||||
productName: 'rubick',
|
productName: 'rubick',
|
||||||
appId: 'com.muwoo.rubick',
|
appId: 'com.muwoo.rubick',
|
||||||
compression: 'maximum',
|
compression: 'maximum',
|
||||||
afterPack: './release.js',
|
// afterPack: './release.js',
|
||||||
afterAllArtifactBuild: () => {
|
// afterAllArtifactBuild: () => {
|
||||||
return ['./build/app.asar.gz'];
|
// return ['./build/app.asar.gz'];
|
||||||
},
|
// },
|
||||||
directories: {
|
directories: {
|
||||||
output: 'build',
|
output: 'build',
|
||||||
},
|
},
|
||||||
@ -102,9 +102,7 @@ module.exports = {
|
|||||||
include: 'public/installer.nsh',
|
include: 'public/installer.nsh',
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
icon: 'public/icons/',
|
icon: 'build/icons/',
|
||||||
publish: ['github'],
|
|
||||||
target: 'deb',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user