-
Notifications
You must be signed in to change notification settings - Fork 42
use_branding patch #23
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
Conversation
Signed-off-by: Michael Schuster <[email protected]> Signed-off-by: dogwolf <[email protected]>
…rst launch Ensure that the config variable 'showInExplorerNavigationPane' reflects the user's choice and write it to the nextcloud.cfg file. Signed-off-by: Michael Schuster <[email protected]> Signed-off-by: dogwolf <[email protected]>
Signed-off-by: Michael Schuster <[email protected]> Signed-off-by: dogwolf <[email protected]>
Rename nextcloud to the app_name parameter Signed-off-by: dogwolf <[email protected]>
Rename nextcloud to app_name parameter Signed-off-by: dogwolf <[email protected]>
Fixed nextcloudsync.dll name otherwise executable returns an error Signed-off-by: dogwolf <[email protected]>
Signed-off-by: dogwolf <[email protected]>
Signed-off-by: dogwolf <[email protected]>
Signed-off-by: dogwolf <[email protected]>
Signed-off-by: dogwolf <[email protected]>
|
Hello, |
|
Right now you have also commits other than yours, @dogwolf could you please create a separate branch based off of master with only your commits and update this MergeRequest? |
|
Sorry to reply so late, but I'm not used to work with branches. Thank you |
|
Thank you this one can be closed in favor of #30 |
These patch is related to the issue #4
If you set USE_BRANDING = 1 the building process cannot finish because of this line
start "windeployqt" /B /wait windeployqt.exe --%WINDEPLOYQT_BUILD_TYPE% --compiler-runtime "%MY_INSTALL_PATH%/bin/%APP_NAME%.exe" --dir "%MY_QT_DEPLOYMENT_PATH%/"
This %APP_NAME%.exe is not found.
The pull request rename files and directories after the compilation process. The main disadvantage is
nextcloud.cfg and nextcloudsync.dll cannot be rebranded otherwise the nextcloud.exe (the new one rebranded) cannot find the dll and cfg