mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 06:30:25 +00:00
docs: fix stale platform/ paths in the GUI README
The GUI README still described the pre-split monorepo layout: every command cd'd into a platform/ directory that does not exist in this repository, so a fresh contributor following it verbatim fails at the first step. The venv, packaging scripts, and surfaces/gui all live at the repo root now — align the commands and the server_bin() dev-fallback comment with the layout the root README already documents. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
e0cb129d20
commit
6356aa6cd0
@@ -54,7 +54,7 @@ fn launch_token() -> String {
|
||||
/// (next to the app exe) on Windows.
|
||||
/// 3. Legacy onefile slot: `openworker-server[.exe]` next to the app binary (pre-onedir
|
||||
/// builds used Tauri externalBin).
|
||||
/// 4. Dev fallback: the repo venv, relative to this crate (`src-tauri` → `platform/.venv`;
|
||||
/// 4. Dev fallback: the repo venv, relative to this crate (`src-tauri` → repo-root `.venv`;
|
||||
/// `bin/` on POSIX, `Scripts\` on Windows).
|
||||
fn server_bin() -> PathBuf {
|
||||
if let Ok(p) = std::env::var("COWORKER_SERVER_BIN") {
|
||||
|
||||
Reference in New Issue
Block a user