Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

fix: yarn install issue #23

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>./.bin/run.sh "$1"</string>
<string>./run.sh "$1"</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand All @@ -105,6 +105,8 @@
<false/>
<key>alfredfiltersresultsmatchmode</key>
<integer>2</integer>
<key>argumenttreatemptyqueryasnil</key>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the updated info.plist file generated by Alfred so that's why you might see some unrelated changes to the info.plist file.

<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
Expand Down Expand Up @@ -143,7 +145,7 @@
<key>uid</key>
<string>4DD30082-AABC-4CFA-8FC3-0738FA31C350</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -199,7 +201,7 @@
<key>escaping</key>
<integer>0</integer>
<key>script</key>
<string>./.bin/run.sh "$1"</string>
<string>./run.sh "$1"</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -268,12 +270,16 @@
<false/>
<key>keyword</key>
<string>vs</string>
<key>limit</key>
<integer>0</integer>
<key>runningsubtext</key>
<string></string>
<key>scopes</key>
<array>
<string>~</string>
</array>
<key>sortmode</key>
<integer>0</integer>
<key>subtext</key>
<string>Open within Visual Studio Code (Insiders)</string>
<key>title</key>
Expand All @@ -288,7 +294,7 @@
<key>uid</key>
<string>48B1068B-C755-4DBE-BDAB-9F24B0EE3354</string>
<key>version</key>
<integer>1</integer>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lib",
"*.png",
"info.plist",
".bin"
"run.sh"
],
"scripts": {
"postinstall": "alfy-init",
Expand Down
File renamed without changes.