Skip to content

Commit

Permalink
Merge pull request #440 from TomGrobbe/XdGoldenTigerOfficial-patch-5
Browse files Browse the repository at this point in the history
Update appveyor.yml
  • Loading branch information
XdGoldenTigerOfficial authored Sep 20, 2024
2 parents 13fb2b6 + 913c1ef commit 72c98fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ build:
include_nuget_references: true
verbosity: minimal
after_build:
- cmd: copy README.md ..\build\net452\README.md
- cmd: copy LICENSE.md ..\build\net452\LICENSE.md
- ps: Invoke-WebRequest -OutFile '..\build\net452\fxmanifest.lua' https://vespura.com/vmenu/fxmanifest.lua
- cmd: copy README.md \build\net452\README.md
- cmd: copy LICENSE.md \build\net452\LICENSE.md
- ps: Invoke-WebRequest -OutFile '\build\net452\fxmanifest.lua' https://vespura.com/vmenu/fxmanifest.lua
- cmd: if %APPVEYOR_REPO_TAG%==true (appveyor SetVariable -Name VERSION_NAME -Value %APPVEYOR_REPO_TAG_NAME%) else (appveyor SetVariable -Name VERSION_NAME -Value beta-%APPVEYOR_REPO_COMMIT:~0,7%)
- ps: (gc '..\build\net452\fxmanifest.lua') -replace 'versiongoeshere', $env:VERSION_NAME | Out-File -encoding ASCII '..\build\net452\fxmanifest.lua'
- cmd: cd ..\build\net452\ && 7z a "..\..\vMenu\vMenu-%VERSION_NAME%.zip" -r * && cd ..\..\vMenu\
- ps: (gc '\build\net452\fxmanifest.lua') -replace 'versiongoeshere', $env:VERSION_NAME | Out-File -encoding ASCII '\build\net452\fxmanifest.lua'
- cmd: cd \build\net452\ && 7z a "..\..\vMenu\vMenu-%VERSION_NAME%.zip" -r * && cd ..\..\vMenu\
- cmd: appveyor PushArtifact vMenu-%VERSION_NAME%.zip
deploy:
- provider: GitHub
Expand Down

0 comments on commit 72c98fd

Please sign in to comment.