Skip to content

Commit

Permalink
Update flash-loader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SL4F authored Sep 15, 2024
1 parent 0555ac9 commit 5150989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flash-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const getPluginName = () => {

switch (process.platform) {
case 'win32':
pluginName = 'assets/flash/pepflashplayer64_32_0_0_371.dll';
pluginName = 'assets/flash/pepflashplayer64_32_0_0_303.dll';
break;
case 'darwin':
pluginName = 'assets/flash/PepperFlashPlayer.plugin';
Expand Down

0 comments on commit 5150989

Please sign in to comment.