Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zouyoushun/astralstar-snippets
https://github.com/zouyoushun/astralstar-snippets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zouyoushun/astralstar-snippets
- Owner: ZouYouShun
- Created: 2020-06-27T05:51:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:22:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T19:54:58.769Z (7 months ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package electron
1. npm run build:release
2. npm run electron:build# [Create Icon](https://www.youtube.com/watch?v=QbVni3ot76U)
1. use https://appicon.co/ create all icons
2. change name into those format```bash
├── icon_128x128.png
├── [email protected]
├── icon_16x16.png
├── [email protected]\ .png
├── icon_256x256.png
├── [email protected]
├── icon_32x32.png
├── [email protected]
├── icon_512x512.png
└── [email protected]
```# Other resource:
https://icoconvert.com/
https://medium.com/how-to-electron/a-complete-guide-to-packaging-your-electron-app-1bdc717d739f
https://codertw.com/ios/22514/