diff --git a/Dockerfile b/Dockerfile index 45a5dd4..7ccfff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN wget -O /home/docker/WeChatSetup-3.9.2.23.exe https://github.com/tom-snow/we # RUN wget -O /home/docker/WeChatSetup-3.9.2.23.exe https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.2.23/WeChatSetup-3.9.2.23.exe \ # && wget -O /home/docker/fs.exe https://raw.githubusercontent.com/danni-cool/danni-cool/cdn/file/fs15.2.2x86.exe -# COPY linux/bin /bin +COPY linux/bin /bin COPY linux/.fluxbox /home/docker/.fluxbox diff --git a/linux/bin/wechat-start b/linux/bin/wechat-start index 2231851..7e7f3d3 100755 --- a/linux/bin/wechat-start +++ b/linux/bin/wechat-start @@ -1,2 +1,2 @@ #!/usr/bin/env bash -wine 'C:\Program Files\Tencent\WeChat\WeChat.exe' \ No newline at end of file +# wine 'C:\Program Files\Tencent\WeChat\WeChat.exe' \ No newline at end of file diff --git a/linux/conf.d/wechat-monitor.conf b/linux/conf.d/wechat-monitor.conf index a6eb579..1f903a5 100644 --- a/linux/conf.d/wechat-monitor.conf +++ b/linux/conf.d/wechat-monitor.conf @@ -1,3 +1,3 @@ -# [program:wechat-monitor] -# command=wechat-monitor -# autorestart=true \ No newline at end of file +[program:wechat-monitor] +command=wechat-monitor +autorestart=true \ No newline at end of file