File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Image2Display/Image2Display Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 DOTNETARCH : ${{ matrix.dotnetarch }}
4141 run : |
4242 cd Image2Display/Image2Display
43- dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release -p:PublishSingleFile=true --self-contained true -p:PublishTrimmed=true -p:TrimMode=link
43+ dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesFromSelfExtract=true - -self-contained true -p:PublishTrimmed=true -p:TrimMode=link
4444 mkdir pkg
4545 mv bin/Release/net8.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/
4646
Original file line number Diff line number Diff line change 3939 DOTNETARCH : ${{ matrix.dotnetarch }}
4040 run : |
4141 cd Image2Display/Image2Display
42- dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release -p:PublishSingleFile=true --self-contained true -p:PublishTrimmed=true -p:TrimMode=link
42+ dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesFromSelfExtract=true - -self-contained true -p:PublishTrimmed=true -p:TrimMode=link
4343 mkdir pkg
4444 mv bin/Release/net8.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/
4545
Original file line number Diff line number Diff line change 1010 <Authors >chenxuuu</Authors >
1111 <Company >https://github.com/chenxuuu/image2display</Company >
1212 <Description >Image data conversion tool</Description >
13- <Version >1.1.0 .0</Version >
13+ <Version >1.1.2 .0</Version >
1414 </PropertyGroup >
1515
1616 <ItemGroup >
You can’t perform that action at this time.
0 commit comments