Remove genicon and Update files

This commit is contained in:
Agampreet Singh
2022-05-20 16:33:53 +05:30
parent c492241e6d
commit e800be509d
16 changed files with 50 additions and 1374 deletions

View File

@@ -23,5 +23,5 @@ jobs:
run: | run: |
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }} export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
yarn install yarn install
yarn dist yarn dist -c.snap.publish=github
shell: bash shell: bash

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
/.idea/ /.idea/
/release/ /release/
.DS_Store .DS_Store
/assets/generated flatpak-node-generator.py
generated-sources.json

View File

@@ -160,17 +160,15 @@ yarn install
```bash ```bash
$ yarn run $ yarn run
yarn run v1.22.18 yarn run v1.22.18
info Commands available from binary scripts: asar, dircompare, ejs, electron, electron-builder, electron-icon-maker, electron-osx-flat, electron-osx-sign, extract-zip, icon-gen, install-app-deps, is-ci, jake, js-yaml, json5, mime, mkdirp, phantomjs, pixelmatch, rc, resolve, rimraf, semver, sshpk-conv, sshpk-sign, sshpk-verify, svg2png, uuid, which info Commands available from binary scripts: asar, dircompare, ejs, electron, electron-builder, electron-osx-flat, electron-osx-sign, extract-zip, install-app-deps, is-ci, jake, js-yaml, json5, mime, mkdirp, node-which, rc, rimraf, semver
info Project commands info Project commands
- dist - dist
yarn genicon && electron-builder electron-builder
- genicon
rm -rf ./assets/generated && electron-icon-maker --input=assets/icon.png --output=assets/generated
- pack - pack
yarn genicon && electron-builder --dir electron-builder --dir
- start - start
electron . electron .
question Which command would you like to run?: question Which command would you like to run?:
``` ```
To start the app, run `yarn start`<br> To start the app, run `yarn start`<br>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

View File

@@ -59,9 +59,8 @@
}, },
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"genicon": "rm -rf ./assets/generated && electron-icon-maker --input=assets/icon.png --output=assets/generated", "pack": "electron-builder --dir",
"pack": "yarn genicon && electron-builder --dir -c.snap.publish=github", "dist": "electron-builder"
"dist": "yarn genicon && electron-builder -c.snap.publish=github"
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
@@ -74,7 +73,6 @@
"discord-rpc": "^4.0.1", "discord-rpc": "^4.0.1",
"electron-context-menu": "^3.1.1", "electron-context-menu": "^3.1.1",
"electron-dl": "^3.3.1", "electron-dl": "^3.3.1",
"electron-icon-maker": "0.0.5",
"electron-log": "^4.4.7", "electron-log": "^4.4.7",
"electron-store": "^8.0.1", "electron-store": "^8.0.1",
"electron-updater": "^5.0.1", "electron-updater": "^5.0.1",

1403
yarn.lock

File diff suppressed because it is too large Load Diff