Remove old cryptic references completely, fuck it
This commit is contained in:
parent
b7fb1d9c0a
commit
9fa32749b9
@ -280,7 +280,6 @@ var subCmdDaemon = subCmd{
|
||||
case tryLoadBootstrap(bootstrapDataDirPath):
|
||||
case *bootstrapPath != "" && tryLoadBootstrap(*bootstrapPath):
|
||||
case tryLoadBootstrap(bootstrapAppDirPath):
|
||||
case tryLoadBootstrap(bootstrap.DataDirPath(legacyEnvDataDirPath)):
|
||||
case err != nil:
|
||||
return fmt.Errorf("attempting to load bootstrap.yml file: %w", err)
|
||||
default:
|
||||
|
@ -29,10 +29,6 @@ var (
|
||||
envAppDirPath = getAppDirPath()
|
||||
envRuntimeDirPath = filepath.Join(xdg.RuntimeDir, "isle")
|
||||
envDataDirPath = filepath.Join(xdg.DataHome, "isle")
|
||||
|
||||
// Deprecated: envDataDirPath used to be this value, before renaming from
|
||||
// cryptic-net
|
||||
legacyEnvDataDirPath = filepath.Join(xdg.DataHome, "cryptic-net")
|
||||
)
|
||||
|
||||
func binPath(name string) string {
|
||||
|
Loading…
Reference in New Issue
Block a user