File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " Genie"
2
2
uuid = " c43c736e-a2d1-11e8-161f-af95117fbd1e"
3
3
authors = [
" Adrian Salceanu <[email protected] >" ]
4
- version = " 5.15.2 "
4
+ version = " 5.15.3 "
5
5
6
6
[deps ]
7
7
ArgParse = " c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Base.@kwdef mutable struct Settings
190
190
path_helpers:: String = joinpath (path_app, " helpers" )
191
191
path_log:: String = " log"
192
192
path_tasks:: String = " tasks"
193
- path_build:: String = buildpath ()
193
+ path_build:: String = " build "
194
194
path_plugins:: String = " plugins"
195
195
path_initializers:: String = joinpath (path_config, initializers_folder)
196
196
path_db:: String = " db"
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ using .Configuration
10
10
11
11
const config = Configuration. Settings ()
12
12
13
-
14
13
include (" constants.jl" )
15
14
16
15
import Sockets
171
170
172
171
const bootstrap = genie
173
172
173
+ function __init__ ()
174
+ config. path_build = Genie. Configuration. buildpath ()
175
+ end
176
+
174
177
end
You can’t perform that action at this time.
0 commit comments