Cura/icons
j.spijker@ultimaker.com 22e17dd040 Generate the pyinstaller spec file
This will be generated if you do a conan install with devtools

It assumes that the projects `cura-binary-data`, `fdm_materials`,
`uranium`, `libcharon` are installed along side the `cura` project.

It will automatically install the fdm_materials when running
conan source.

The pyinstall dist can be created with:

```
# Windows Powershell
conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True
conan source .
.\venv\Scripts\Activate.ps1
pyinstaller Ultimaker-Cura.spec
```

```
# bash
conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True
conan source .
source venv\bin\activate
pyinstaller Ultimaker-Cura.spec
```

Contributes to CURA-9365
2022-06-13 15:15:09 +02:00
..
cura-32.png Add new icon styles 2022-02-09 16:55:28 +01:00
cura-48.png Add new icon styles 2022-02-09 16:55:28 +01:00
cura-64.png Add new icon styles 2022-02-09 16:55:28 +01:00
cura-128.png Add new icon styles 2022-02-09 16:55:28 +01:00
cura.icns Add new icon styles 2022-02-09 16:55:28 +01:00
Cura.ico Generate the pyinstaller spec file 2022-06-13 15:15:09 +02:00