Skip to content

Commit d4a2841

Browse files
committed
update: 暂时不搞aot了,发个新版本
1 parent bb09bc2 commit d4a2841

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
DOTNETARCH: ${{ matrix.dotnetarch }}
4545
run: |
4646
cd Image2Display/Image2Display
47-
dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishAot=true
47+
dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true
4848
rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb
4949
mkdir pkg
5050
mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
DOTNETARCH: ${{ matrix.dotnetarch }}
4444
run: |
4545
cd Image2Display/Image2Display
46-
dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishAot=true
46+
dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true
4747
rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb
4848
mkdir pkg
4949
mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/

Image2Display/Image2Display/Image2Display.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>chenxuuu</Authors>
1111
<Company>https://github.com/chenxuuu/image2display</Company>
1212
<Description>Image data conversion tool</Description>
13-
<Version>1.1.2.0</Version>
13+
<Version>1.1.4.0</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)