Skip to content

Commit bed995c

Browse files
committed
Move test_audio_load_electron_direct.js into scripts and archive start.cmd, icon-extractor.ps1, partner-center.js
1 parent 596c00a commit bed995c

6 files changed

Lines changed: 1 addition & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"copyright": "Copyright © 2024 Edenware.app",
9898
"extraResources": [
9999
"LICENSE",
100-
"icon-extractor.ps1",
101100
"src/helper/SnapAwayHelper.exe"
102101
],
103102
"publish": [

scripts/test-audio-electron-direct.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { spawnSync } = require('child_process');
22
const path = require('path');
33
const electronExe = require('electron');
44

5-
const testFile = path.resolve(__dirname, '..', 'test_audio_load_electron_direct.js');
5+
const testFile = path.resolve(__dirname, 'test_audio_load_electron_direct.js');
66
const result = spawnSync(electronExe, [testFile], {
77
stdio: 'inherit',
88
windowsHide: false
File renamed without changes.

0 commit comments

Comments
 (0)