Skip to content

Commit

Permalink
feat: 🎸 尝试修复启动报错
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Jun 29, 2024
1 parent fb683cd commit 2410951
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion linux/bin/wechat-start
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
wine 'C:\Program Files\Tencent\WeChat\WeChat.exe'
# wine 'C:\Program Files\Tencent\WeChat\WeChat.exe'
6 changes: 3 additions & 3 deletions linux/conf.d/wechat-monitor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# [program:wechat-monitor]
# command=wechat-monitor
# autorestart=true
[program:wechat-monitor]
command=wechat-monitor
autorestart=true

0 comments on commit 2410951

Please sign in to comment.