Skip to content

Commit d9e79d7

Browse files
committed
R2R, set executable bit
1 parent 3858b4f commit d9e79d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/archive.sh

100644100755
File mode changed.

tools/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ mkdir -p exe
2121
echo "::group::Build VRF"
2222
cd ValveResourceFormat
2323
#dotnet clean --configuration Release CLI/CLI.csproj
24-
dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=false --self-contained --output ../exe/Source2Viewer/ --runtime "$DOTNET_RUNTIME" -p:DefineConstants=VRF_NO_GENERATOR_VERSION CLI/CLI.csproj
24+
dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained --output ../exe/Source2Viewer/ --runtime "$DOTNET_RUNTIME" -p:DefineConstants=VRF_NO_GENERATOR_VERSION CLI/CLI.csproj
2525
echo "::endgroup::"
2626

2727
# SteamFileDownloader
2828
echo "::group::Build SteamFileDownloader"
2929
cd ../SteamFileDownloader
30-
dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=false --self-contained --output ../exe/SteamFileDownloader/ --runtime "$DOTNET_RUNTIME" SteamFileDownloader.csproj
30+
dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained --output ../exe/SteamFileDownloader/ --runtime "$DOTNET_RUNTIME" SteamFileDownloader.csproj
3131
echo "::endgroup::"
3232

3333
# ProtobufDumper
3434
echo "::group::Build ProtobufDumper"
3535
cd ../SteamKit
3636
#dotnet clean --configuration Release Resources/ProtobufDumper/ProtobufDumper/ProtobufDumper.csproj
37-
dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=false --self-contained --output ../exe/ProtobufDumper/ --runtime "$DOTNET_RUNTIME" Resources/ProtobufDumper/ProtobufDumper/ProtobufDumper.csproj
37+
dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained --output ../exe/ProtobufDumper/ --runtime "$DOTNET_RUNTIME" Resources/ProtobufDumper/ProtobufDumper/ProtobufDumper.csproj
3838
echo "::endgroup::"
3939

4040
# Strings

0 commit comments

Comments
 (0)