Skip to content

Commit

Permalink
Use sword revision 574325 (fix #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Jan 21, 2024
1 parent 0f6fc94 commit 340c571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_sword.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

# CLONE SWORD
git clone https://github.com/bibletime/crosswire-sword-mirror sword
git -C sword checkout 1460f9
git -C sword checkout 574325
patch --batch --forward -d sword -p 0 < patch/sword_globconf.patch

# PATCHES
Expand Down
2 changes: 1 addition & 1 deletion scripts/get_sword_build_win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $headers = @{}
$github_token = $env:GITHUB_TOKEN

# --- Set the uri for the release
$URI = "https://api.github.com/repos/ezra-bible-app/sword-build-win32/releases/tags/v1.8.900-2022-11-06"
$URI = "https://api.github.com/repos/ezra-bible-app/sword-build-win32/releases/tags/v1.9.0-2024-01-21"

if ($Env:CI -eq "true") {
Write-Host "GitHub actions build ... using GITHUB_TOKEN for authentication!"
Expand Down

0 comments on commit 340c571

Please sign in to comment.