mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Command line publishing #1013
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 @markatosi on GitHub (Nov 19, 2025).
I have read the new Package build wiki and it looks as though publishing should be fine as long as you are within the VS Studio world. I don't see any guidance regarding publishing an app bundle from the command line. Is that just gone or am I missing something?
I have a software for which use need to build a universal binary on a Mac (Arm + intel glued together)
I have written a js script to do this but it is dependent on being able to build the .app files from the command line in a certain order perform a lot of other maintenance on the binaries to make sure the two apps can be successfully combined.
I will provide a relevant excerpt of the script.
Step 2 is the important bit but it's critical that each step flow one after the other.
(I'm using electron sharp right now as it was the only reasonable way to build an apple mac store app as the old version of electron net didn't easily/semi officially support newer versions of electron and electron builder and it was impossible to create an app bundle that could be successfully approved and or notarized for distribution)