Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from DCC-EX/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
dexslab authored May 27, 2021
2 parents c78aa74 + 785696d commit 8b0039e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BaseStation-Installer
# exInstaller

![.NET Core](https://github.com/DCC-EX/exInstaller/workflows/.NET%20Core/badge.svg)

Expand Down
4 changes: 2 additions & 2 deletions exInstaller/exInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64;linux-arm;linux-arm64</RuntimeIdentifiers>
<StartupObject>exInstaller.Program</StartupObject>
<AssemblyName>exInstaller</AssemblyName>
<Version>2.3.1</Version>
<Version>2.4.0</Version>
<Authors>Dex's Lab</Authors>
<Company>DCC Extended</Company>
<PackageProjectUrl>https://dcc-ex.github.io/</PackageProjectUrl>
<RepositoryUrl>https://github.com/DCC-EX/exnstaller</RepositoryUrl>
<PackageIcon>dcc-ex-logo.png</PackageIcon>
<ApplicationIcon>Assets\dccex-logo.ico</ApplicationIcon>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<Product>exInstaller</Product>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cd "exInstaller\bin\Release\netcoreapp5.0\linux-arm64\publish"
Remove-Item arduino-cli-runtimes\*_32bit -Recurse -Force -Confirm:$false
Remove-Item arduino-cli-runtimes\*_64bit -Recurse -Force -Confirm:$false
Remove-Item arduino-cli-runtimes\*_ARM -Recurse -Force -Confirm:$false
7z a -ttar cd ..\..\..\..\..\..\exInstaller-linux-arm64.tar
7z a -ttar ..\..\..\..\..\..\exInstaller-linux-arm64.tar
cd ..\..\..\..\..\..
7z a .\exInstaller.tar -tgzip .\exInstaller-linux-arm64.tar.gz
echo 7z a .\exInstaller.tar -tgzip .\exInstaller-linux-arm64.tar.gz
echo del exInstaller.tar
cd "exInstaller\bin\Release\netcoreapp5.0\linux-x64\publish"
Remove-Item arduino-cli-runtimes\Win* -Recurse -Force -Confirm:$false
Expand All @@ -27,7 +27,7 @@ Remove-Item arduino-cli-runtimes\mac* -Recurse -Force -Confirm:$false
Remove-Item arduino-cli-runtimes\Linux_32bit -Recurse -Force -Confirm:$false
7z a -ttar ..\..\..\..\..\..\exInstaller-linux-x64.tar
cd ..\..\..\..\..\..
7z a .\exInstaller.tar -tgzip .\exInstaller-linux-x64.tar.gz
echo 7z a .\exInstaller.tar -tgzip .\exInstaller-linux-x64.tar.gz
echo del exInstaller.tar
cd "exInstaller\bin\Release\netcoreapp5.0\win-x86\publish"
Remove-Item arduino-cli-runtimes\Linux* -Recurse -Force -Confirm:$false
Expand Down

0 comments on commit 8b0039e

Please # to comment.