We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e4f77 commit e90ab3bCopy full SHA for e90ab3b
before.sh
@@ -2,7 +2,8 @@
2
3
# g++ zff_main_ch.cpp -o zff-ch && g++ zff_main_en.cpp -o zff-en
4
g++ zff_main_en.cpp -o /usr/bin/zff
5
-cp -r ../Zff /usr/share/ohzff-zff
+mkdir -p /usr/share/ohzff-zff
6
+cp -r ../Zff/* /usr/share/ohzff-zff
7
# echo " >> Please set a UserName 请设定一个用户名";
8
# read name;
9
# echo $USER >> ~/.local/share/ohzff-zff/user.dll
0 commit comments