mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v3.10.0
- (Add) File format: Anet N7 (#635) - (Add) PrusaSlicer Printer: Anet N7 (#635) - (Improvement) Each layer can now be aware of it own resolution - (Improvement) Better set of file resolution from layers when using a compression codec other than png - (Fix) Anet N4 printer reset on latest firmware (#633) - (Fix) PrusaSlicer printers: Change thumbnails resolution to match file preview resolution (Fix stretch images)
This commit is contained in:
@@ -19,7 +19,7 @@ rootDir="$PWD"
|
||||
buildDir="$rootDir/build"
|
||||
coreDir="$rootDir/UVtools.Core"
|
||||
#version="$(grep -oP '<Version>\K(\d\.\d\.\d)(?=<\/Version>)' "$coreDir/UVtools.Core.csproj")" # Not supported on recent macos!
|
||||
version="$(perl -nle'print $& while m{<Version>\K(\d\.\d\.\d)(?=<\/Version>)}g' "$coreDir/UVtools.Core.csproj")"
|
||||
version="$(perl -nle'print $& while m{<Version>\K(\d+\.\d+\.\d+)(?=<\/Version>)}g' "$coreDir/UVtools.Core.csproj")"
|
||||
platformsDir="$buildDir/platforms"
|
||||
runtimePlatformDir="$platformsDir/$runtime"
|
||||
publishName="UVtools_${runtime}_v$version"
|
||||
|
||||
Reference in New Issue
Block a user