Portable? #63
-
Is webcord portable? just wanted to ask |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, there's an AppImage version for Linux – if you create one of the special directories next to the WebCord's downloaded AppImage, your data should be saved next to your AppImage (inside this directory), making it portable once you move your AppImage to e.g. your USB drive. MacOS and Windows releases are packed into ZIP files, which could be considered as portable in way of saving binaries on external mass storage devices – however, comparing to the AppImages, user data won't be saved next to the extracted application. The good news are this could be easily changed within the code by specifying an Electron directory in which user data is saved. See Electron docs for further details. |
Beta Was this translation helpful? Give feedback.
Yes, there's an AppImage version for Linux – if you create one of the special directories next to the WebCord's downloaded AppImage, your data should be saved next to your AppImage (inside this directory), making it portable once you move your AppImage to e.g. your USB drive.
MacOS and Windows releases are packed into ZIP files, which could be considered as portable in way of saving binaries on external mass storage devices – however, comparing to the AppImages, user data won't be saved next to the extracted application. The good news are this could be easily changed within the code by specifying an Electron directory in which user data is saved. See Electron docs for further details.