Skip to content

Commit

Permalink
Improve build process & bump alfred version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkiss committed Dec 26, 2022
1 parent 2f0e385 commit 465c57f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@
},
"bin": "src/workflow.js",
"pkg": {
"assets": [
"node_modules/better-sqlite3/build/Release/better_sqlite3.node"
],
"scripts": "src/workflow.js",
"targets": [
"node18-macos-x64",
"node18-macos-arm64"
"node16-macos-x64",
"node16-macos-arm64"
],
"outputPath": "dist"
},
Expand Down
4 changes: 3 additions & 1 deletion workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,10 @@ $BIN "${newquery}"</string>
<string>user_arch</string>
</dict>
</array>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.0.0-rc1</string>
<string>2.0.0-rc2</string>
<key>webaddress</key>
<string>https://adamkiss.com</string>
</dict>
Expand Down

0 comments on commit 465c57f

Please sign in to comment.