-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.ps1
4 lines (4 loc) · 798 Bytes
/
build.ps1
1
2
3
4
Install-Module ps2exe
mkdir out
ps2exe -supportOS -requireAdmin -UNICODEEncoding -title "HyperFast Setup" -description "Install HyperFast from its Github repo onto your computer, and Uninstall it" -copyright "MIT, by AARMN The Limitless" -version "1.3.0" -iconFile ".\icon\hyperfast-bg.ico" -outputFile ".\out\Setup.exe" .\Setup.ps1 # Repititve Info
ps2exe -supportOS -requireAdmin -UNICODEEncoding -title "HyperFast" -description "Enable and Disable Hyper-V Based Features like Docker, Kubernate, WSL2, Windows Sandbox, WindowsPhone Emulation and when disabled, enable Feaatures like BlueStacks, VMWare, Qemu HAXM Engine, VirtualBox" -copyright "MIT, by AARMN The Limitless" -version "1.3.0" -iconFile ".\icon\hyperfast-bg.ico" -outputFile ".\out\HyperFast.exe" .\HyperFast.ps1 # Repititve Info