mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 12:00:38 +08:00
12 lines
418 B
PowerShell
12 lines
418 B
PowerShell
Add-AppveyorCompilationMessage -Message "Making ZIP package"
|
|
cd package/win
|
|
./compile_wrapper.ps1 524 | Write-Output
|
|
./package_win32.ps1 524| Write-Output
|
|
cd ../../
|
|
& package/deploy/winscp.ps1 -dir win -key $BUILD_FOLDER/package/deploy/slic3r-upload.ppk.appveyor -file *.zip:
|
|
|
|
if (!(Test-Path C:\project\slic3r\slic3r.par)) {
|
|
Add-AppveyorCompilationMessage -Message "Failed to package!" -Category Error
|
|
return 1
|
|
}
|