Skip to content

Commit

Permalink
ci: increase delay waiting for Squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Feb 25, 2022
1 parent 5cca5f0 commit cd92d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
$setup_file = $current.assets | Where-Object -Property name -Value "Setup.exe" -EQ
Invoke-WebRequest -Uri $setup_file.browser_download_url -OutFile .\Releases\Setup.exe
~\.nuget\packages\squirrel.windows\1.9.1\tools\Squirrel.exe --no-msi --releasify .\XIVLauncher.$refver.nupkg --setupIcon=.\XIVLauncher\Resources\dalamud_icon.ico --icon=.\XIVLauncher\Resources\dalamud_icon.ico
Start-Sleep -s 30
Start-Sleep -s 60
rm ".\Releases\$($delta_file.name)"
rm ".\Releases\$($full_file.name)"
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a maintenance release.

- Fixes an issue wherein,
This release is intended to test the update system. Please use a regular release instead.

**:warning: Attention!**
If you receive errors during the installation or if the launcher doesn't work correctly, make sure to check your antivirus first and disable it for XIVLauncher. Many commercial antivirus programs detect XIVLauncher as a false positive. Please also see this FAQ entry with more information: https://goatcorp.github.io/faq/xl_troubleshooting#q-how-do-i-whitelist-xivlauncher-and-dalamud-so-my-antivirus-leaves-them-alone
Expand Down

0 comments on commit cd92d42

Please sign in to comment.