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
Portable apps could be run off a USB etc. rather than having to be properly installed (useful if you don't have much storage space or are regularly transferring between multiple computers e.g. for school or work).
How would the feature work?
Adding portable to the array of Windows targets and letting electron-builder handle the rest should work. notion-enhancer mostly relies on paths contained within the app for assets/scripts. The only issue might be the ~/.notion-enhancer folder... not sure if there's a way to do e.g. environment.build === 'portable' within the app to use a different location, or if there's another location that would work for both portable & normal installations to have the file instead?
The text was updated successfully, but these errors were encountered:
What makes the feature necessary?
Portable apps could be run off a USB etc. rather than having to be properly installed (useful if you don't have much storage space or are regularly transferring between multiple computers e.g. for school or work).
How would the feature work?
Adding
portable
to the array of Windows targets and letting electron-builder handle the rest should work. notion-enhancer mostly relies on paths contained within the app for assets/scripts. The only issue might be the~/.notion-enhancer
folder... not sure if there's a way to do e.g.environment.build === 'portable'
within the app to use a different location, or if there's another location that would work for both portable & normal installations to have the file instead?The text was updated successfully, but these errors were encountered: