eltos / PasteIntoFile

Paste clipboard data into files and copy file contents directly via hotkey or context menu
MIT License
87 stars 6 forks source link

Portable Settings for portable version #25

Closed eltos closed 1 year ago

eltos commented 1 year ago

For the portable version (zip file) it makes sense to also have portable settings (filename template etc.) stored along the executable.

https://github.com/crdx/PortableSettingsProvider seams promising for this purpose.

However, it has to be ensured that the installer version still uses the "normal" settings, and the updating mechanism of the installer must remain working. This could possibly be solved by build variants / flavours (?)