mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Publishing an app #175
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 @kwakuduahc1 on GitHub (Jun 5, 2018).
Hi. I am quite a newbie to electron and the accompanying tech. I wanted the script to use to publish a project. I have a project running and it tests alright but i cannot figure out how to publish an executable app that will run on a target machine. Thanks in advance
@GammaSoul commented on GitHub (Jun 6, 2018):
cut and paste from the main page of this repository.....
@kwakuduahc1 commented on GitHub (Jun 6, 2018):
Checked it, it is not an app per se. I am sure it has to be built or something but it is not executable. Ther app there is for debugging purposes and it would not be wise to push an app in debug mode downstream. It actually creates another app in the obj folder but once again, it requires some scripting to get that translating into an app.
@kwakuduahc1 commented on GitHub (Jun 7, 2018):
You were right @GammaSoul . I was misled by the final statement. It does create the executable. I was looking for an installer, which of course, is not there.