Skip to content

Commit

Permalink
add config.ini to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitnelav committed Jan 14, 2020
1 parent 0c107d6 commit a748fbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[General]
recentProjects=

[databases]
size=1
1\name=Local Database
1\path=./database.db

[modules]
1\dir=./modules
size=1
1 change: 1 addition & 0 deletions installer/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Source: "..\..\_builds\build-AcousticNode-Desktop_Qt_5_12_1_MinGW_64_bit-Release
Source: "..\..\_builds\build-AcousticNode-Desktop_Qt_5_12_1_MinGW_64_bit-Release\install\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\modules\*"; DestDir: "{app}\modules"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\database.db"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\config.ini"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit a748fbe

Please sign in to comment.