123
This commit is contained in:
+7
-8
@@ -39,7 +39,6 @@ $modules = @{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
function checkWingetStatus {
|
function checkWingetStatus {
|
||||||
try {
|
try {
|
||||||
@@ -53,15 +52,15 @@ function checkWingetStatus {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# GLOBAL
|
||||||
|
$tempFolder = "$env:TEMP\winos";
|
||||||
|
$storage = "$env:USERPROFILE\Storage"
|
||||||
|
|
||||||
|
# Data folder
|
||||||
|
$data = if (Test-Path "$storage\winos\data") { "$storage\winos\data" } else { "$root\data" }
|
||||||
|
|
||||||
# Setup Data Folder
|
# Setup Data Folder
|
||||||
$apps = "$data\isolate"
|
$apps = "$data\isolate"
|
||||||
$appsAll = "$data\apps.csv"
|
$appsAll = "$data\apps.csv"
|
||||||
$mountsAll = "$data\mounts.csv"
|
$mountsAll = "$data\mounts.csv"
|
||||||
|
|
||||||
# GLOBAL
|
|
||||||
$tempFolder = "$env:TEMP\winos";
|
|
||||||
$storage = "$env:USERPROFILE\Storage"
|
|
||||||
$autostartDir = "$data\autorun"
|
$autostartDir = "$data\autorun"
|
||||||
|
|
||||||
# Data folder
|
|
||||||
$data = if (Test-Path "$storage\winos\data") { "$storage\winos\data" } else { "$root\data" }
|
|
||||||
Reference in New Issue
Block a user