Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-11Possible fix for Cura crashing on Zorin OS 16c.lamboo
Appearently the `QT_STYLE_OVERRIDE` variable is set for some users, crashing Cura. Unset variable `QT_STYLE_OVERRIDE` as a precaution https://github.com/Ultimaker/Cura/issues/12343
2022-07-06Use correct env variable MAC_NOTARIZE_PASSjellespijker
Contributes to CURA-9365
2022-07-06Fixed paths for the dmg_sign_notarize scriptjellespijker
Contributes to CURA-9365
2022-07-06uniform name on macosj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-06uniform name on linuxj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-05Revert "Deal with missing build version number"jellespijker
This reverts commit d91b93b3d7916f1472f3a33a65d0d85781c65f80.
2022-07-05Deal with missing build version number5.1-betaGhostkeeper
Makes it a bit more messy and weird, but that's what you get when your script has 16 parameters, I guess. Contributes to issue CURA-9365.
2022-07-01Moved AppImage result parallel to Ultimaker-Curaj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-01Install and use the appimagetoolj.spijker@ultimaker.com
Can be set as an env variable in the script Contributes to CURA-9365
2022-07-01Fix path to icon fileGhostkeeper
The script got moved. It looks in the directory relative to __file__ for the icon and other files. Those other files also got moved, but the icons were placed in a centrally stored location. So the path needs to be updated to the new relative path. Contributes to issue CURA-9409.
2022-07-01Merge remote-tracking branch 'origin/5.1' into 5.1j.delarago
2022-07-01Change source so packaging script can be run from rootj.delarago
CURA-9365
2022-07-01Copy the packaging scripts/resources and set GH envj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-01Update environment variablesj.delarago
CURA-8849
2022-07-01Install start menu shortcuts globallyj.spijker@ultimaker.com
Use "SetShellVarContext all" so that NSIS installs windows start menu shortcuts globally. Docs: https://nsis.sourceforge.io/Docs/Chapter4.html#setshellvarcontext Fixes #12449 Closes Ultimaker/cura-build-environment#147 Contributes to CURA-9365 Co-authored-by: KeenRivals <6865789+KeenRivals@users.noreply.github.com>
2022-07-01Ported nsis scripts and resource from cura-build-environmentj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-01Moved MacOS dmg to dedicated folderj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-01Moved AppImage files to dedicated folderj.spijker@ultimaker.com
Contributes to CURA-9365
2022-06-30Move icons to icons folderj.delarago
Update dmg building script CURA-9365
2022-06-30Add dmg building script 😎j.delarago
CURA-9365
2022-06-30Updated mapping of pyinstaller metadataj.spijker@ultimaker.com
Contributes to CURA-9365
2022-06-30Add auxiliary files needed for AppImageGhostkeeper
AppRun is the file that gets packaged inside of the AppImage that bootstraps the application. The AppImage can only have one icon, so we use the largest sample we have available. The appdata.xml contains some metadata. Contributes to issue CURA-9409.
2022-06-30Provision desktop file with Jinja to put in version numberGhostkeeper
This way the Desktop file for the AppImage knows the version number, and the appimage itself knows it too. Contributes to issue CURA-9409.
2022-06-30Allow providing dist_path and version via command line argumentsGhostkeeper
Previously you had to call the script from the dist path specifically, using the cwd as a parameter. Now you can provide a different path, allowing you to call this script from any location. Also the version number used to be hard-coded. Now that can be provided by the caller. Contributes to issue CURA-9409.
2022-06-30Move resources for mac dmg creationc.lamboo
CURA-9365
2022-06-30Add main function to make it easier to call thisGhostkeeper
Contributes to issue CURA-9409.
2022-06-30Fix calling subprocessesGhostkeeper
We shouldn't unpack the list. The first argument is allowed to be a list. If we unpack it, it'll override other arguments to the call function that would be the wrong type then (buffer size). Contributes to issue CURA-9409.
2022-06-30Fix deleting old files if they existGhostkeeper
Rmdir crashes when it needs to delete just one file, annoyingly. Contributes to issue CURA-9409.
2022-06-30Add script to package and sign AppImagesGhostkeeper
This has not been tested yet at all. Contributes to issue CURA-9409.