mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Added code to create an executable/app, added some info in the readme.
This commit is contained in:
13
bundle/CreateCNS.src
Normal file
13
bundle/CreateCNS.src
Normal file
@@ -0,0 +1,13 @@
|
||||
mkdir MyIcon.iconset
|
||||
sips -z 16 16 Icon1024.png --out MyIcon.iconset/icon_16x16.png
|
||||
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_16x16@2x.png
|
||||
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_32x32.png
|
||||
sips -z 64 64 Icon1024.png --out MyIcon.iconset/icon_32x32@2x.png
|
||||
sips -z 128 128 Icon1024.png --out MyIcon.iconset/icon_128x128.png
|
||||
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_128x128@2x.png
|
||||
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_256x256.png
|
||||
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_256x256@2x.png
|
||||
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_512x512.png
|
||||
cp Icon1024.png MyIcon.iconset/icon_512x512@2x.png
|
||||
iconutil -c icns MyIcon.iconset
|
||||
rm -R MyIcon.iconset
|
||||
11
bundle/readme.md
Normal file
11
bundle/readme.md
Normal file
@@ -0,0 +1,11 @@
|
||||
### Prepare
|
||||
- Picture for icon from: https://pubs.acs.org/doi/10.1021/acsmeasuresciau.2c00033
|
||||
- For packing as OSX-app or Windows, when on OSX, install mingw-w64 first for cross-linking:
|
||||
`brew install mingw-w64`
|
||||
|
||||
### Steps
|
||||
- Create 1024x1024 picture
|
||||
- Transform to icon
|
||||
- Using *Image2Icon app*
|
||||
- Using terminal: `source CreateCNS.src`
|
||||
- Adjust path in `tasks.json` use a custom cargo-bundle command
|
||||
Reference in New Issue
Block a user