This commit is contained in:
parent
6fd143c7f7
commit
171da80f8e
@ -6,6 +6,9 @@ ARG WXHELPER_URL=https://github.com/ttttupup/wxhelper/releases/download/3.9.5.81
|
||||
|
||||
WORKDIR /home/app/.wine/drive_c
|
||||
|
||||
# 补充Windows字体
|
||||
COPY ./Fonts ./windows/Fonts
|
||||
|
||||
# 加载注入器
|
||||
ADD https://github.com/furacas/DllInjector/releases/download/v1.4.0/DllInjector64.exe DllInjector.exe
|
||||
RUN sudo chown app:app DllInjector.exe && sudo chmod a+x DllInjector.exe
|
||||
|
BIN
Fonts/msyh.ttc
Normal file
BIN
Fonts/msyh.ttc
Normal file
Binary file not shown.
BIN
Fonts/msyhbd.ttc
Normal file
BIN
Fonts/msyhbd.ttc
Normal file
Binary file not shown.
BIN
Fonts/msyhl.ttc
Normal file
BIN
Fonts/msyhl.ttc
Normal file
Binary file not shown.
8
cmd.sh
8
cmd.sh
@ -3,7 +3,13 @@
|
||||
exec sudo -E bash -c 'supervisord -c /etc/supervisord.conf -l /var/log/supervisord.log' &
|
||||
sleep 10
|
||||
|
||||
wine 'C:\Program Files\Tencent\WeChat\WeChat.exe' &
|
||||
if [ ! -d "/home/app/.wine/drive_c/Program Files/Tencent" ]; then
|
||||
echo '启动64位微信'
|
||||
wine 'C:\Program Files\Tencent\WeChat\WeChat.exe' &
|
||||
else
|
||||
echo '启动32位微信'
|
||||
wine 'C:\Program Files (x86)\Tencent\WeChat\WeChat.exe' &
|
||||
fi
|
||||
|
||||
sleep 10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user