Skip to content

Commit

Permalink
steamworks: fix is DLC installed
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Oct 13, 2024
1 parent 2fadb28 commit a9769bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packager/packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ const {contextBridge, ipcRenderer} = require('electron');
isActivated: sync('Steamworks.achievement.isActivated'),
},
apps: {
isDlcInstalled: async('Steamworks.apps.isDlcInstalled'),
isDlcInstalled: sync('Steamworks.apps.isDlcInstalled'),
},
leaderboard: {
uploadScore: async('Steamworks.leaderboard.uploadScore'),
Expand Down

0 comments on commit a9769bf

Please sign in to comment.