Skip to content

Commit

Permalink
fix: github auto release에 맞게 info.plist 수정
Browse files Browse the repository at this point in the history
 - submodule의 url을 ssh주소에서 https 주소로 변경
 - github Action으로 파일 생성시 파일명 수정
  • Loading branch information
inchanS committed Mar 22, 2024
1 parent e60986f commit 1ca02ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "alfred-pyworkflow"]
path = alfred-pyworkflow
url = git@github.com:harrtho/alfred-pyworkflow.git
url = https://github.com/harrtho/alfred-pyworkflow.git
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

rm ./NaverSearch.alfredworkflow
rm ./NaverSearchPlus.alfredworkflow
cd workflow
sed "s/{{VERSION_INFO}}/${GITHUB_REF##*/v}/g" < info.plist > info.plist.bak
mv info.plist.bak info.plist
zip -r ../NaverSearch.alfredworkflow .
zip -r ../NaverSearchPlus.alfredworkflow .
10 changes: 5 additions & 5 deletions workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>com.inchanS.alfnaversearch</string>
<string>com.inchans.alfnaversearch</string>
<key>category</key>
<string>Internet</string>
<key>connections</key>
Expand Down Expand Up @@ -1078,13 +1078,13 @@
</array>
</dict>
<key>createdby</key>
<string>inchanS</string>
<string>inchans</string>
<key>description</key>
<string>Naver Search Kit</string>
<string>Naver Search Plus Kit</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Naver Search</string>
<string>Naver Search Plus</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -4088,7 +4088,7 @@ nmi 이후 주소 검색시 IP address로부터 가져온 주소를 기반으로
</dict>
</array>
<key>version</key>
<string>0.1.0</string>
<string>{{VERSION_INFO}}</string>
<key>webaddress</key>
<string>https://github.com/inchanS/alfnaversearch</string>
</dict>
Expand Down

0 comments on commit 1ca02ad

Please sign in to comment.