mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-04 23:44:13 +00:00
change master branch
This commit is contained in:
parent
f72ea8bf33
commit
ac14f5dea7
@ -7,7 +7,7 @@ readme = "README.md"
|
||||
description = "Yoda - Browser for Gemini protocol"
|
||||
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
||||
categories = ["network-programming", "gui"]
|
||||
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
|
||||
repository = "https://github.com/YGGverse/Yoda"
|
||||
# homepage = "https://yggverse.github.io"
|
||||
|
||||
[dependencies.sqlite]
|
||||
|
@ -48,7 +48,6 @@ cargo install Yoda
|
||||
``` bash
|
||||
git clone https://github.com/YGGverse/Yoda.git
|
||||
cd Yoda
|
||||
git checkout Rust-GTK4
|
||||
cargo build
|
||||
```
|
||||
|
||||
|
@ -10,7 +10,7 @@ use std::{
|
||||
|
||||
const VENDOR: &str = "YGGverse";
|
||||
const APP_ID: &str = "Yoda"; // env!("CARGO_PKG_NAME");
|
||||
const BRANCH: &str = "Rust-GTK4";
|
||||
const BRANCH: &str = "master";
|
||||
|
||||
fn main() -> ExitCode {
|
||||
// Init profile path
|
||||
|
Loading…
x
Reference in New Issue
Block a user