-
Notifications
You must be signed in to change notification settings - Fork 208
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
Fix archivegen for windows installer #2221
Conversation
To test, download windows release installer from https://github.com/KomodoPlatform/atomicDEX-Desktop/actions/runs/4335737000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installs as it should
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can install the app with the installer and run with no problems:)
The latest scheduled dev CI build completed without issues, yet subsequent CI runs triggered by PRs are failing to build the windows installer properly.
CI logs in failing builds show the following error:
Cannot write entry header for "D:/a/atomicDEX-Desktop/atomicDEX-Desktop/b/bin/atomicdex-desktop.7z": Can't add archive to itself: No error.
Hopefully this PR will fix the error.