Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c8a285

Browse files
fix macosx safari download directory name drop version(after dot)
1 parent7e9ad3b commit7c8a285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎release/installer_darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ 1 -eq $# ] ; then
2828
PACKAGE_POSTFIX="-$1"
2929
fi
3030

31-
SHOW_VERSION=$(cat${SOURCE_DIR}/package.json| grep'"version"'| sed -e's/.*:.*"\(.*\)".*/\1/g')
31+
SHOW_VERSION=$(cat${SOURCE_DIR}/package.json| grep'"version"'| sed -e's/.*:.*"\(.*\)".*/\1/g'| sed -e's/\./_/g')
3232

3333
GIT_HASH=$(git log --pretty=format:'%h' -n 1)
3434
GIT_STATUS_SHORT=$(git diff --stat| tail -1)

‎release/installer_win32_x64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ 1 -eq $# ] ; then
2828
PACKAGE_POSTFIX="-$1"
2929
fi
3030

31-
SHOW_VERSION=$(cat${SOURCE_DIR}/package.json| grep'"version"'| sed -e's/.*:.*"\(.*\)".*/\1/g')
31+
SHOW_VERSION=$(cat${SOURCE_DIR}/package.json| grep'"version"'| sed -e's/.*:.*"\(.*\)".*/\1/g'| sed -e's/\./_/g')
3232

3333
GIT_HASH=$(git log --pretty=format:'%h' -n 1)
3434
GIT_STATUS_SHORT=$(git diff --stat| tail -1)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp