mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Unexpected error #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wendellmva on GitHub (Nov 2, 2017).
I cloned this repo and used the build.cmd but I get the following error
Am I missing something?
@robertmuehsig commented on GitHub (Nov 2, 2017):
Hi
The build.cmd might be missleading. Currently it only builds the WebApp project, which requires that the API / CLI projects have been build.
Try "buildAll.cmd" - this might take a while, because it builds the API and CLI. After that the real WebApp will be published for Win/Linux with the electron stuff.
After a successful run of buildAll.cmd you should be able to use build.cmd/start.cmd.
I guess we need to a) rename those files or b) remove the build.cmd/start.cmd files, because AFAIK they might be not needed anymore. @GregorBiswanger
@robertmuehsig commented on GitHub (Nov 4, 2017):
The build.cmd is now gone, please use buildAll.cmd.
I'll close this and add some notes to the ReadMe.md. Hope this is OK.