mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Stop enabling betas by default
This commit is contained in:
parent
da90705346
commit
e81a7e8b1a
1 changed files with 0 additions and 5 deletions
|
@ -111,11 +111,6 @@ fn run() -> Result<()> {
|
||||||
|
|
||||||
// Create install directory and copy project files in
|
// Create install directory and copy project files in
|
||||||
create_dir_all(&state.uv_install_root)?;
|
create_dir_all(&state.uv_install_root)?;
|
||||||
let had_user_pyproj = state.user_pyproject_path.exists();
|
|
||||||
if !had_user_pyproj {
|
|
||||||
// during initial launcher testing, enable betas by default
|
|
||||||
write_file(&state.prerelease_marker, "")?;
|
|
||||||
}
|
|
||||||
|
|
||||||
copy_if_newer(&state.dist_pyproject_path, &state.user_pyproject_path)?;
|
copy_if_newer(&state.dist_pyproject_path, &state.user_pyproject_path)?;
|
||||||
copy_if_newer(
|
copy_if_newer(
|
||||||
|
|
Loading…
Reference in a new issue