mirror of https://github.com/Hilbis/Hilbish
fix: correct require paths on windows
parent
1b0ae5b1e3
commit
fd513b6ae3
|
@ -5,9 +5,9 @@ package main
|
|||
// String vars that are free to be changed at compile time
|
||||
var (
|
||||
requirePaths = commonRequirePaths + `.. ';'
|
||||
.. hilbish.user.config .. '\\Hilbish\\libs\\?\\init.lua;'
|
||||
.. hilbish.user.config .. '\\Hilbish\\libs\\?\\?.lua;'
|
||||
.. hilbish.user.config .. '\\Hilbish\\libs\\?.lua;'`
|
||||
.. hilbish.userDir.config .. '\\Hilbish\\libs\\?\\init.lua;'
|
||||
.. hilbish.userDir.config .. '\\Hilbish\\libs\\?\\?.lua;'
|
||||
.. hilbish.userDir.config .. '\\Hilbish\\libs\\?.lua;'`
|
||||
dataDir = "~\\Appdata\\Roaming\\Hilbish" // ~ and \ gonna cry?
|
||||
preloadPath = dataDir + "\\preload.lua"
|
||||
sampleConfPath = dataDir + "\\hilbishrc.lua" // Path to default/sample config
|
||||
|
|
Loading…
Reference in New Issue