-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix recommended run dev command in create-tauri-app #2555
Commits on Aug 23, 2021
-
refactor: custom protocol (tauri-apps#2503)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Configuration menu - View commit details
-
Copy full SHA for 539e448 - Browse repository at this point
Copy the full SHA 539e448View commit details -
Apply Version Updates From Current Changes (tauri-apps#2513)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52723ee - Browse repository at this point
Copy the full SHA 52723eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 657c7da - Browse repository at this point
Copy the full SHA 657c7daView commit details -
Apply Version Updates From Current Changes (tauri-apps#2520)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17500cb - Browse repository at this point
Copy the full SHA 17500cbView commit details
Commits on Aug 24, 2021
-
docs: webdriver guide (tauri-apps#2461)
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40d08a6 - Browse repository at this point
Copy the full SHA 40d08a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f3768 - Browse repository at this point
Copy the full SHA 48f3768View commit details
Commits on Aug 30, 2021
-
Fix recommended run dev command
`--dev` is not a valid option for `tauri` cli; instead, we should use `-- dev` or just `dev`. Also, we can just use `tauri dev` for all package managers so we don't need to do the npm checking.
Configuration menu - View commit details
-
Copy full SHA for 48fec90 - Browse repository at this point
Copy the full SHA 48fec90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7be328 - Browse repository at this point
Copy the full SHA c7be328View commit details