From 2410951661116739fdd3c2e1cc64d1243d40bfab Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 29 Jun 2024 15:38:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- linux/bin/wechat-start | 2 +- linux/conf.d/wechat-monitor.conf | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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