This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Change target to nsis, create windows prod boot task, update readme #946
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@cjsauer last command give me this output
|
@bago2k4 that usually means that the electron cljs was never compiled. Are you sure you ran the windows-specific boot task?
The reason for this is that boot does not handle backslashes in file paths very well, and so the standard configuration doesn't work on Windows. See here: https://github.com/open-company/open-company-web/pull/946/files#diff-0a1425bd66240468daf4c256a411ce75R314 |
yes, just tried again. I don't really know what could be, maybe a different version of yarn or other tools? Here is the full output @cjsauer :
|
Here is my versions (on a different branch but still the same):
|
Closing this PR in favor of #949 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Very small tweaks to Windows production desktop builds.
There aren't really any explicit test instructions for this. If you're feeling so inclined and have a Windows box laying around, please try producing a Windows production artifact locally and make sure the instructions are clear. To do this without publishing the build to GitHub Releases, use this:
The resulting EXE should then be located in the
dist
folder.