mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: remove version safari from makefile
This commit is contained in:
parent
b9f4d5080f
commit
6570e54fce
2 changed files with 1 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -9,9 +9,6 @@ update-icons:
|
|||
node scripts/vscode-icons/resolve-languages-map
|
||||
node scripts/vscode-icons/generate-icon-index
|
||||
|
||||
version-safari:
|
||||
sed -i '' -E 's/MARKETING_VERSION = .*;/MARKETING_VERSION = $(RAW_VERSION);/' Safari/Gitako/Gitako.xcodeproj/project.pbxproj
|
||||
|
||||
clean:
|
||||
rm -rf dist
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ version=$(node scripts/get-version.js)
|
|||
git tag -d v$version
|
||||
|
||||
# update Safari version
|
||||
make version-safari
|
||||
sed -i '' -E 's/MARKETING_VERSION = .*;/MARKETING_VERSION = $(RAW_VERSION);/' Safari/Gitako/Gitako.xcodeproj/project.pbxproj
|
||||
|
||||
# merge to previous git
|
||||
git add .
|
||||
|
|
|
|||
Loading…
Reference in a new issue