mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v3.5.3
- (Add) Layer action - Export layers to HTML: Export file information and layers to an html file - (Change) CXDLP: Validate header and footer value must start with "CXSW3D" instead of force equal to "CXSW3DV2" (#501) - (Upgrade) .NET from 6.0.5 to 6.0.6
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
#
|
||||
# https://gist.github.com/lantrix/738ebfa616d5222a8b1db947793bc3fc
|
||||
#
|
||||
if($PSVersionTable.PSVersion.Major -lt 7){
|
||||
Write-Error("Powershell version $($PSVersionTable.PSVersion) is not compatible with this build script.`n
|
||||
You need at least the version 7.")
|
||||
return;
|
||||
}
|
||||
|
||||
####################################
|
||||
### Fix Zip slash ###
|
||||
|
||||
Reference in New Issue
Block a user