Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use application shortname to create installer icon #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

butonic
Copy link
Member

@butonic butonic commented Oct 17, 2023

When trying to craft --package owncloud-client I get this error:

Processing config: C:\Users\{...}\ownbuild\ownbuild\5\windows-cl-msvc2022-x86_64\dev-utils\nsis\nsisconf.nsh
Processing script file: "C:\_\fcafd268\owncloud-client.nsi" (ACP)
Error while loading icon from "C:\_\fcafd268\build\src\gui\owncloud.ico": can't open file
Error in macro MUI_INTERFACE on macroline 86
Error in macro MUI_PAGE_INIT on macroline 7
Error in macro MUI_PAGE_WELCOME on macroline 5
Error in script "C:\_\fcafd268\owncloud-client.nsi" on line 98 -- aborting creation process
Command ['C:\\Users\\{...}\\ownbuild\\ownbuild\\5\\windows-cl-msvc2022-x86_64\\dev-utils\\bin\\makensis.exe', '/V3', 'C:\\_\\fcafd268\\owncloud-client.nsi'] failed with exit code 1
Error in makensis execution
Action: package for owncloud/owncloud-client:master FAILED
*** Craft package failed: owncloud/owncloud-client after 22 seconds ***

I am using a theme with craft --set args="-DOEM_THEME_DIR=C:/{...}/ownbuild/junidrive/mirall" owncloud-client

This PR lets me continue the packaging ;-)

When trying to `craft --package owncloud-client` I get this error:
```
Processing config: C:\Users\{...}\ownbuild\ownbuild\5\windows-cl-msvc2022-x86_64\dev-utils\nsis\nsisconf.nsh
Processing script file: "C:\_\fcafd268\owncloud-client.nsi" (ACP)
Error while loading icon from "C:\_\fcafd268\build\src\gui\owncloud.ico": can't open file
Error in macro MUI_INTERFACE on macroline 86
Error in macro MUI_PAGE_INIT on macroline 7
Error in macro MUI_PAGE_WELCOME on macroline 5
Error in script "C:\_\fcafd268\owncloud-client.nsi" on line 98 -- aborting creation process
Command ['C:\\Users\\{...}\\ownbuild\\ownbuild\\5\\windows-cl-msvc2022-x86_64\\dev-utils\\bin\\makensis.exe', '/V3', 'C:\\_\\fcafd268\\owncloud-client.nsi'] failed with exit code 1
Error in makensis execution
Action: package for owncloud/owncloud-client:master FAILED
*** Craft package failed: owncloud/owncloud-client after 22 seconds ***
```

I am using a theme with `craft --set args="-DOEM_THEME_DIR=C:/{...}/ownbuild/junidrive/mirall" owncloud-client`

This PR lets me continue the packaging ;-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant