Skip to content

Commit c77342b

Browse files
authored
[Tech] Set VKD3D Proton repo to Heroic VKD3D repo (#2379)
* Change VKD3D-Proton source to heroic fork * fix: lint Co-authored-by: MuggleTwist <[email protected]>
1 parent 1237fd3 commit c77342b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/tools.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const DXVK = {
4343
const tools = [
4444
{
4545
name: 'vkd3d',
46-
url: 'https://api.github.com/repos/bottlesdevs/vkd3d-proton/releases/latest',
46+
url: 'https://api.github.com/repos/Heroic-Games-Launcher/vkd3d-proton/releases/latest',
4747
extractCommand: 'tar -xf',
4848
os: 'linux'
4949
},

src/frontend/screens/Game/GamePage/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default React.memo(function GamePage(): JSX.Element | null {
128128
}
129129
}
130130
checkGameAvailable()
131-
}, [appName, status, gameInfo.is_installed, gameInfo.install.install_path, isMoving])
131+
}, [appName, status, gameInfo.is_installed, isMoving])
132132

133133
useEffect(() => {
134134
const updateGameInfo = async () => {

0 commit comments

Comments
 (0)