mirror of
https://github.com/nickrunning/wechat-selkies.git
synced 2026-05-09 00:24:09 +00:00
- Add automatic config version control for seamless upgrades - Update autostart script to use wechat-start.sh for better initialization - Add comprehensive WeChat management scripts (start, restart, unminimize) - Enhance right-click menu with WeChat restart and restore functionality - Improve Dockerfile cleanup process for smaller image size - Add volume mounting examples in documentation for data persistence - Include upgrade troubleshooting notes for openbox configuration - Add Star History chart and additional reference links This update ensures users get the latest menu configurations automatically without manual intervention during container updates.
3 lines
91 B
Bash
Executable File
3 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
pkill -9 -f /usr/bin/wechat 2>/dev/null
|
|
nohup /usr/bin/wechat >/dev/null 2>&1 & |