Update githubVersion.js
This commit is contained in:
parent
f4f80a54a8
commit
b365155e62
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ async function getLatestReleaseVersion() {
|
|||
}
|
||||
|
||||
async function getCurrentVersionFromBypass() {
|
||||
const url = "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/build.gradle";
|
||||
const url = "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/master/build.gradle";
|
||||
try {
|
||||
const response = await fetch(url);
|
||||
if (response.status === 200) {
|
||||
|
|
Loading…
Reference in a new issue