mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Differentiate between Enterprise and Community for app_name
Contributes to CURA-9157
This commit is contained in:
parent
9791d24e81
commit
1cccbff2e1
2 changed files with 10 additions and 2 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
@ -227,7 +227,7 @@ jobs:
|
|||
- name: Create the Windows msi installer (Powershell)
|
||||
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Windows' }}
|
||||
run: |
|
||||
python ..\cura_inst\packaging\msi\create_windows_msi.py ../cura_inst ./UltiMaker-Cura "UltiMaker-Cura-$Env:CURA_VERSION_FULL-${{ inputs.os_name }}.msi"
|
||||
python ..\cura_inst\packaging\msi\create_windows_msi.py ../cura_inst ./UltiMaker-Cura "UltiMaker-Cura-$Env:CURA_VERSION_FULL-${{ inputs.os_name }}.msi" $Env:CURA_APP_NAME
|
||||
working-directory: dist
|
||||
|
||||
- name: Create the Linux AppImage (Bash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue