We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0957ef commit e5eb751Copy full SHA for e5eb751
README.md
@@ -82,7 +82,7 @@ pyinstaller --onedir .\program.py --name uptime-kuma-agent_win_x64 --distpath .\
82
To build for Ubuntu please run:
83
84
```bash
85
-pyinstaller --onedir .\program.py --name uptime-kuma-agent_win_x64 --distpath .\release\win_x64\dist --workpath .\release\win_x64\build --specpath .\release\win_x64\
+pyinstaller --onedir program.py --name uptime-kuma-agent_linux_x64 --distpath release/linux_x64/dist --workpath release/linux_x64/build --specpath release/linux_x64
86
```
87
88
To build for Raspberry Pi please run:
0 commit comments