target linux-arm (armv7) for raspberry pi 32-bit OS, bump to 1.0.16
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<Version>1.0.15</Version>
|
<Version>1.0.16</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ echo "Publishing epson-print-service@${version}"
|
|||||||
payload="publish/payload"
|
payload="publish/payload"
|
||||||
rm -rf publish && mkdir -p "$payload"
|
rm -rf publish && mkdir -p "$payload"
|
||||||
dotnet publish EpsonPrintService/EpsonPrintService.csproj \
|
dotnet publish EpsonPrintService/EpsonPrintService.csproj \
|
||||||
-c Release -r linux-arm64 --self-contained true \
|
-c Release -r linux-arm --self-contained true \
|
||||||
-p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true \
|
-p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true \
|
||||||
-o "$payload"
|
-o "$payload"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user