Skip to content

Commit 29c172b

Browse files
committed
The link to the Arabic language file for inno setup has been fixed.
1 parent 4cf9232 commit 29c172b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/albayan_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Download Arabic and Vietnamese language files
4646
run: |
47-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrsoftware/issrc/main/Files/Languages/Unofficial/Arabic.isl -OutFile "C:\Program Files (x86)\Inno Setup 6\Languages\Arabic.isl"
47+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrsoftware/issrc/refs/heads/main/Files/Languages/Arabic.isl -OutFile "C:\Program Files (x86)\Inno Setup 6\Languages\Arabic.isl"
4848
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrsoftware/issrc/main/Files/Languages/Unofficial/Vietnamese.isl -OutFile "C:\Program Files (x86)\Inno Setup 6\Languages\Vietnamese.isl"
4949
5050
- name: Package with Inno Setup

0 commit comments

Comments
 (0)