diff --git a/build.ps1 b/build.ps1 deleted file mode 100644 index 45e4d6b..0000000 --- a/build.ps1 +++ /dev/null @@ -1,46 +0,0 @@ -Write-Output "" -Write-Output "███████╗██╗ ██╗ ██╗███████╗██████╗ ██████╗ ████████╗" -Write-Output "██╔════╝██║ ██║ ██║██╔════╝██╔══██╗██╔═══██╗╚══██╔══╝" -Write-Output "█████╗ ██║ ██║ ██║█████╗ ██████╔╝██║ ██║ ██║ " -Write-Output "██╔══╝ ██║ ██║ ██║██╔══╝ ██╔══██╗██║ ██║ ██║ " -Write-Output "███████╗███████╗███████╗██║███████╗██████╔╝╚██████╔╝ ██║ " -Write-Output "╚══════╝╚══════╝╚══════╝╚═╝╚══════╝╚═════╝ ╚═════╝ ╚═╝ " -Write-Output "" -Write-Output "Copyright © 2024 Toastie_t0ast & EllieBotDevs" -Write-Output "" - -Write-Output "" -Write-Output "Publishing EllieBot" -Write-Output "" - -Write-Output "" -dotnet publish -c Release -r linux-x64 --self-contained -o elliebot-linux-x64 src/EllieBot/EllieBot.csproj -Write-Output "" -dotnet publish -c Release -r linux-arm64 --self-contained -o elliebot-linux-arm64 src/EllieBot/EllieBot.csproj -Write-Output "" -dotnet publish -c Release -r win-x64 --self-contained -o elliebot-windows-x64 src/EllieBot/EllieBot.csproj -Write-Output "" -dotnet publish -c Release -r win-arm64 --self-contained -o elliebot-windows-arm64 src/EllieBot/EllieBot.csproj -Write-Output "" -dotnet publish -c Release -r osx-x64 --self-contained -o elliebot-osx-x64 src/EllieBot/EllieBot.csproj -Write-Output "" -dotnet publish -c Release -r osx-arm64 --self-contained -o elliebot-osx-arm64 src/EllieBot/EllieBot.csproj - -Write-Output "" -Write-Output "Preparing the Windows installer build." -Write-Output "" - -dotnet clean -dotnet restore -f --no-cache -v n -dotnet publish -c Release --self-contained --runtime win-x64 /p:Version=5.1.4 src/EllieBot - -Write-Output "" -Write-Output "" -Write-Output "Finished the initial build script" -Write-Output "" -Write-Output "To build the Windows installer please install Inno Setup from" -Write-Output "https://jrsoftware.org/isdl.php" -Write-Output "And compile the exe_builder.iss" -Write-Output "" -Write-Output "If you are running on Windows please run the wsl command" -Write-Output "then run build.sh" \ No newline at end of file