Skip to content

Commit

Permalink
Build 64-bit package
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Nov 6, 2017
1 parent 3daff80 commit c131ce4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.0
15 changes: 12 additions & 3 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@

# 我自己用的打包脚本,放在这里方便维护

set -e

version=$(cat VERSION)

rm -rf VimDesktop
mkdir VimDesktop

cp * VimDesktop -r 2>/dev/null
cp * VimDesktop -r 2>/dev/null || true
cp /mnt/c/mine/app/AutoHotkey/AutoHotkeyU32.exe VimDesktop/vimd.exe
rm -f VimDesktop/conf/vimd.ini
rm -f VimDesktop/build
rm -rf VimDesktop/VimDesktop
rm -rf VimDesktop/doc/wiki/.git

a VimDesktop-$1.7z VimDesktop
a VimDesktop-$version.7z VimDesktop
mv VimDesktop-$version.7z ~/tmp

cp /mnt/c/mine/app/AutoHotkey/AutoHotkeyU64.exe VimDesktop/vimd.exe
a VimDesktop-x86_64-$version.7z VimDesktop
mv VimDesktop-x86_64-$version.7z ~/tmp

rm -rf VimDesktop
mv VimDesktop-$1.7z ~/tmp
6 changes: 3 additions & 3 deletions conf/vimd_custom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ enable_debug=0
<w-k>=run|c:\mine\app\wsl-terminal\vim.exe c:\mine\app\0misc\doc\mine.txt
; win + l:锁屏
; win + m:最小化所有窗口
<w-n>=run|c:\Windows\Sysnative\cmd.exe
<w-n>=run|c:\Windows\System32\cmd.exe
<w-o>=<TC_OpenTCDialog>
; win + p:多显示器
<w-q>=run|c:\mine\app\wsl-terminal\open-wsl -C ~ -c zsh
; win + r:运行
; win + s:搜索
<w-t>=<Gen_Toggle>
<w-u>=run|c:\mine\app\wsl-terminal\vim.exe c:\mine\app\0misc\doc\chrome_key.txt
<w-u>=<RunZ>
<w-v>=run|notepad
<w-w>=run|c:\mine\app\wsl-terminal\open-wsl -a
; win + x:开始按钮右键菜单
Expand All @@ -47,7 +47,7 @@ enable_debug=0
<c-space>=<Pass>
<prtsc>=<PrintScreenAndSave>
<a-printscreen>=<PrintScreenAndSave>
;<w-'>=
<w-'>=run|c:\mine\app\wsl-terminal\vim.exe c:\mine\app\0misc\doc\chrome_key.txt
;<w-/>=
;<w-\>=
;<w-enter>=
Expand Down

0 comments on commit c131ce4

Please sign in to comment.