mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
* Initial crowdin-ci integration * Fix syntax * Fix detached heads * Fix syntax for java-only installs * Finish the PR * Misc
8 lines
173 B
PowerShell
8 lines
173 B
PowerShell
Set-StrictMode -Version Latest
|
|
$ErrorActionPreference = 'Stop'
|
|
$ProgressPreference = 'SilentlyContinue'
|
|
|
|
Push-Location "$PSScriptRoot\..\.."
|
|
& archi_core.ps1 --upload
|
|
pause
|