Allow compiling for Android (native, non-Termux); small formatting fixes

This commit is contained in:
2025-03-18 21:05:22 -04:00
parent f40699076d
commit 17223758b1
4 changed files with 29 additions and 7 deletions
+5 -3
View File
@@ -7,9 +7,11 @@ import (
"syscall"
)
var EntryRoot = Home + "\\AppData\\Local\\libmutton\\entries" // Path to libmutton entry directory
var ConfigDir = Home + "\\AppData\\Local\\libmutton\\config" // Path to libmutton configuration directory
var ConfigPath = ConfigDir + "\\libmutton.ini" // Path to libmutton configuration file
var (
EntryRoot = Home + "\\AppData\\Local\\libmutton\\entries" // Path to libmutton entry directory
ConfigDir = Home + "\\AppData\\Local\\libmutton\\config" // Path to libmutton configuration directory
ConfigPath = ConfigDir + "\\libmutton.ini" // Path to libmutton configuration file
)
const (
PathSeparator = "\\" // Platform-specific path separator