Skip to content

Commit 0cb0063

Browse files
committed
v3.0.0
1 parent b824cae commit 0cb0063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/download-core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ const child_process = require('child_process')
99

1010
const coreDict = {
1111
'macos-arm64':
12-
'https://github.com/TohruskyDev/Final2x-core/releases/download/2024-11-08/Final2x-core-macos-arm64.7z',
12+
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-08/Final2x-core-macos-arm64.7z',
1313
'macos-x64':
14-
'https://github.com/TohruskyDev/Final2x-core/releases/download/2024-11-08/Final2x-core-macos-x64.7z',
14+
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-08/Final2x-core-macos-x64.7z',
1515
'windows-x64':
16-
'https://github.com/TohruskyDev/Final2x-core/releases/download/2024-11-08/Final2x-core-windows-latest.7z'
16+
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-08/Final2x-core-windows-latest.7z'
1717
}
1818

1919
console.log('-'.repeat(50))

0 commit comments

Comments
 (0)