You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using electron to build a windows and linux app. I'd like to change the output folder's name. When i build for linux, it's saving in a folder called linux-unpacked, i'd like to change it to interface, how can I do it?
Sorry, if this questions i already made
The text was updated successfully, but these errors were encountered:
Building with simplicity seems mutually exclusive from needing to know the output folder name. The -unpacked folder isn't to be distributed either, you can consider it as a staging folder before the app is assembled into a .exe, .appimage, .deb, etc.
I'm using electron to build a windows and linux app. I'd like to change the output folder's name. When i build for linux, it's saving in a folder called linux-unpacked, i'd like to change it to interface, how can I do it?
Sorry, if this questions i already made
The text was updated successfully, but these errors were encountered: