diff --git a/src/nxDumpFuse/Launchers/Linux/Ubuntu/Run Executable.desktop b/LinuxLaunchers/Ubuntu/Run Executable.desktop
similarity index 100%
rename from src/nxDumpFuse/Launchers/Linux/Ubuntu/Run Executable.desktop
rename to LinuxLaunchers/Ubuntu/Run Executable.desktop
diff --git a/src/nxDumpFuse/Launchers/Linux/nxDumpFuse.sh b/LinuxLaunchers/nxDumpFuse.sh
similarity index 100%
rename from src/nxDumpFuse/Launchers/Linux/nxDumpFuse.sh
rename to LinuxLaunchers/nxDumpFuse.sh
diff --git a/publish.ps1 b/publish.ps1
index 241edc2..20d4048 100644
--- a/publish.ps1
+++ b/publish.ps1
@@ -1,6 +1,6 @@
- $project = Join-Path $PSScriptRoot '\src\nxDumpFuse\nxDumpFuse.csproj'
+$project = Join-Path $PSScriptRoot '\src\nxDumpFuse\nxDumpFuse.csproj'
$output = Join-Path $PSScriptRoot '\src\nxDumpFuse\bin\Release\net5.0\publish\'
- $runtimes = @(
+$runtimes = @(
"win-x64"
"osx-x64"
"linux-x64"
diff --git a/src/nxDumpFuse/nxDumpFuse.csproj b/src/nxDumpFuse/nxDumpFuse.csproj
index 062e8b6..63c44d1 100644
--- a/src/nxDumpFuse/nxDumpFuse.csproj
+++ b/src/nxDumpFuse/nxDumpFuse.csproj
@@ -40,12 +40,4 @@
FuseView.axaml
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-