Skip to content

Commit 488c3d5

Browse files
[FIX] Epic Webview Login (#909)
Co-authored-by: Flavio F Lima <flavioislima@users.noreply.github.com> Co-authored-by: Brett <27568879+BrettCleary@users.noreply.github.com>
1 parent 69328c5 commit 488c3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ ipcMain.handle('authGOG', async (event, code) => GOGUser.login(code))
951951
ipcMain.handle('logoutLegendary', LegendaryUser.logout)
952952
ipcMain.on('logoutGOG', GOGUser.logout)
953953
ipcMain.handle('getLocalPeloadPath', async () => {
954-
return fixAsarPath(join(publicDir, '../preload/webviewPreload.js'))
954+
return fixAsarPath(join(publicDir, 'webviewPreload.js'))
955955
})
956956

957957
ipcMain.handle('getAmazonLoginData', NileUser.getLoginData)

0 commit comments

Comments
 (0)