pengx17
|
0b380f94c7
|
build(electron): add nsis script for windows installer (#6674)
This pr only includes how to bundle the app into an installer after package step.
todo (not in this pr)
- [ ] make sure updater can work for both nsis & squirrel
- [ ] integrate nsis build into github action workflow
Advantage over Squirrel:
- allowing user to specify the installation location
- better uninstaller
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/b75f1076-62e7-445c-bbf9-d7be00dbfc59.png)
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/c9ddc58c-512e-487e-80c8-7c4bd51482a8.png)
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/cfc5c281-e044-4929-a261-b02a4619117b.png)
|
2024-04-25 03:30:04 +00:00 |
|
Brooooooklyn
|
85ee22329c
|
fix(electron): add icon for AppImage build (#6257)
1. the icon is fixed in `/Applications`: 128b8c22f9 (diff-a694a3e854f53b066e34ec310e05bd18b4944c016455f6963f54a351784d5fa6L91)
2. the App's icon MUST be 64x64 png and set via `setIcon`
![image](https://github.com/toeverything/AFFiNE/assets/584378/bbce0007-066b-413f-a85a-193acbbe5c13)
|
2024-03-21 14:29:02 +00:00 |
|
Peng Xiao
|
8ca53326a7
|
fix(electron): update app icons (#4789)
Co-authored-by: Joooye_34 <Joooye1991@gmail.com>
|
2023-10-31 09:09:42 +00:00 |
|
Joooye_34
|
bed9310519
|
refactor(infra): directory structure (#4615)
|
2023-10-18 15:30:08 +00:00 |
|