File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88[app ]
99name = " Typewriter"
10- version = " 0.3.0 "
10+ version = " 0.3.1 "
1111id = " com.fezcode.typewriter"
1212icon = " icon.ico"
1313
@@ -30,7 +30,10 @@ window_title = "Typewriter ${app.version} Setup"
3030default_dir = " ${LOCALAPPDATA}/Programs/Typewriter"
3131
3232[uninstall ]
33- keep = [" typewriter.ini" ]
33+ keep = [" typewriter.ini" ]
34+ # typewriter.ini lives in the install folder, so that folder is the "settings dir":
35+ # it is only removed when the user ticks "Also remove my settings and data".
36+ settings_dirs = [" ${INSTALLDIR}" ]
3437
3538# --- wizard -----------------------------------------------------------------
3639
Original file line number Diff line number Diff line change 55 * Build: make (or) gcc -O2 main.c -o typewriter $(pkg-config --cflags --libs sdl2 SDL2_ttf) -lm
66 */
77
8- #define TYPEWRITER_VERSION "0.3.0 "
8+ #define TYPEWRITER_VERSION "0.3.1 "
99
1010#include <SDL.h>
1111#include <SDL_ttf.h>
You can’t perform that action at this time.
0 commit comments