Skip to content

Commit

Permalink
Explanation how to create a portable app
Browse files Browse the repository at this point in the history
  • Loading branch information
gyunaev committed Oct 12, 2014
1 parent 4b7b925 commit e428df1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions portable.txt
@@ -0,0 +1,8 @@
It is possible to make kchmviewer a portable app, meaning it would keep its files in predefined location and will not write into system/user folders.

To do this, please create a directory named "portable" (without quotes) in the same directory where kchmviewer binary is stored. If this directory exists:

- Subdirectory "data" will be created under "portable" and will be used to store the search index and per-help file preferences;
- Application settings will be stored in subdirectory "Ulduzsoft" created in "portable"
- Qt-specific settings will be stored in "portable" directory
- Nothing will be written into any other location on disk.

0 comments on commit e428df1

Please sign in to comment.