mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
Update path in release script
This commit is contained in:
parent
e77067b3f3
commit
9c933d0b4c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
PLIST_FILE="$PWD/mas-cli/mas-cli-Info.plist"
|
||||
PLIST_FILE="$PWD/App/mas-cli-Info.plist"
|
||||
|
||||
main() {
|
||||
VERSION_NUMBER=$(update_version_number)
|
||||
|
|
Loading…
Reference in a new issue