Skip to content

Commit 497b1a9

Browse files
authored
Update build.yml
1 parent 47b664c commit 497b1a9

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/build.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,26 +94,26 @@ jobs:
9494
fi
9595
9696
# 创建 README
97-
cat > release/README.txt << 'EOF'
98-
ECH Workers Client
99-
100-
Files:
101-
- ech-workers(.exe): Go compiled core proxy program
102-
- gui.py: Python GUI client
103-
- requirements.txt: Python dependencies
104-
- run.sh / run.bat: Launch script
105-
106-
Usage:
107-
1. Install Python 3.6+ (if not already installed)
108-
2. Install dependencies: pip install PyQt5
109-
3. Run: python gui.py
110-
Or use launch script: ./run.sh (Mac) or run.bat (Windows)
111-
112-
System Requirements:
113-
- Windows: Windows 10+
114-
- macOS: macOS 10.13+
115-
- Python: 3.6+
116-
EOF
97+
{
98+
echo "ECH Workers Client"
99+
echo ""
100+
echo "Files:"
101+
echo "- ech-workers(.exe): Go compiled core proxy program"
102+
echo "- gui.py: Python GUI client"
103+
echo "- requirements.txt: Python dependencies"
104+
echo "- run.sh / run.bat: Launch script"
105+
echo ""
106+
echo "Usage:"
107+
echo "1. Install Python 3.6+ (if not already installed)"
108+
echo "2. Install dependencies: pip install PyQt5"
109+
echo "3. Run: python gui.py"
110+
echo " Or use launch script: ./run.sh (Mac) or run.bat (Windows)"
111+
echo ""
112+
echo "System Requirements:"
113+
echo "- Windows: Windows 10+"
114+
echo "- macOS: macOS 10.13+"
115+
echo "- Python: 3.6+"
116+
} > release/README.txt
117117
shell: bash
118118

119119
- name: Create archive (Windows)

0 commit comments

Comments
 (0)