Skip to content

Commit

Permalink
[AMR-44] fix: move scpt files
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Dec 3, 2022
1 parent 8df5abf commit e7cb2cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "npm run build && node ./dist/index.js",
"build": "tsc && npm run copy",
"copy": "copyfiles -u 1 -a src/darwin/*.scpt src/win32/wscript/*.js dist/",
"copy": "copyfiles -u 1 -a src/darwin/osascript/*.scpt src/win32/wscript/*.js dist/",
"test": "npm run build && node test.js"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/darwin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const fetchApp = {
`${__dirname.replace(
"app.asar",
"app.asar.unpacked"
)}/music.scpt`
)}/osascript/music.scpt`
)}`
)
).stdout.split(" -APPLEBRIDGEPLACEHOLDER- ");
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e7cb2cb

Please sign in to comment.