fix: change default release version to 7.pwr

This commit is contained in:
Fazri Gading
2026-01-29 03:22:30 +08:00
committed by GitHub
parent 534b3f1f34
commit bc7f46cf45

View File

@@ -972,7 +972,7 @@ function setupRetryButton() {
if (!currentDownloadState.retryData || currentDownloadState.errorType === 'jre') {
currentDownloadState.retryData = {
branch: 'release',
fileName: '4.pwr'
fileName: '7.pwr'
};
console.log('[UI] Created default PWR retry data:', currentDownloadState.retryData);
}
@@ -1040,7 +1040,7 @@ function setupRetryButton() {
} else {
currentDownloadState.retryData = {
branch: 'release',
fileName: '4.pwr'
fileName: '7.pwr'
};
}
console.log('[UI] Created default retry data:', currentDownloadState.retryData);