Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
夏羊群 committed Dec 19, 2024
1 parent 0811b6c commit 6bc6eda
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/downloadPrebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ const getNativeDownloadURL = () => {

if (!downloadUrl) {
const {
agora_electron: {
native_sdk_win,
native_sdk_mac,
}
} = require("../package.json");
agora_electron: { native_sdk_win, native_sdk_mac },
} = require('../package.json');
if (platform === 'win32') {
downloadUrl = native_sdk_win;
} else if (platform === 'darwin') {
Expand Down

0 comments on commit 6bc6eda

Please sign in to comment.