Skip to content

Commit e90ab3b

Browse files
committed
Push
1 parent c5e4f77 commit e90ab3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

before.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# g++ zff_main_ch.cpp -o zff-ch && g++ zff_main_en.cpp -o zff-en
44
g++ zff_main_en.cpp -o /usr/bin/zff
5-
cp -r ../Zff /usr/share/ohzff-zff
5+
mkdir -p /usr/share/ohzff-zff
6+
cp -r ../Zff/* /usr/share/ohzff-zff
67
# echo " >> Please set a UserName 请设定一个用户名";
78
# read name;
89
# echo $USER >> ~/.local/share/ohzff-zff/user.dll

0 commit comments

Comments
 (0)