mirror of
https://github.com/oMaN-Rod/nxDumpFuse.git
synced 2024-11-08 11:51:49 +00:00
Move Linux launchers out of project directory
This commit is contained in:
parent
6d26177c6d
commit
ec32a7a3a1
4 changed files with 2 additions and 10 deletions
|
@ -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\'
|
$output = Join-Path $PSScriptRoot '\src\nxDumpFuse\bin\Release\net5.0\publish\'
|
||||||
$runtimes = @(
|
$runtimes = @(
|
||||||
"win-x64"
|
"win-x64"
|
||||||
"osx-x64"
|
"osx-x64"
|
||||||
"linux-x64"
|
"linux-x64"
|
||||||
|
|
|
@ -40,12 +40,4 @@
|
||||||
<DependentUpon>FuseView.axaml</DependentUpon>
|
<DependentUpon>FuseView.axaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Update="Launchers\Linux\nxDumpFuse.sh">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
<None Update="Launchers\Linux\Ubuntu\Run Executable.desktop">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue