Fix: %appdata%\Neo2\ statt %appdata%\NEO2\.
git-svn-id: https://svn.neo-layout.org@1866 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
79cfa8220f
commit
24b63c9be9
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ SetWorkingDir, %A_ScriptDir%
|
|||
#include source\tools.ahk
|
||||
|
||||
; individuelle Einstellungen
|
||||
#include *i %A_AppData%\NEO2\custom.ahk
|
||||
#include *i %A_AppData%\Neo2\custom.ahk
|
||||
|
||||
#include source\tray.ahk
|
||||
#include source\keyhooks.ahk
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
EnvGet, WindowsEnvTempFolder, TEMP
|
||||
ResourceFolder = %WindowsEnvTempFolder%\NEO2
|
||||
ResourceFolder = %WindowsEnvTempFolder%\Neo2
|
||||
FileCreateDir, %ResourceFolder%
|
||||
|
||||
if (FileExist("ResourceFolder")<>false) {
|
||||
|
|
Loading…
Reference in a new issue