forked from H-M-H/Weylus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "weylus" | ||
version = "0.11.4" | ||
version = "2024.07.29" | ||
authors = ["HMH <[email protected]>"] | ||
license = "AGPL-3.0-or-later" | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
git clone https://github.com/H-M-H/Weylus.git | ||
cd Weylus | ||
|
||
git remote add qdlmcfresh https://github.com/qdlmcfresh/Weylus.git | ||
git fetch qdlmcfresh stylus_windows | ||
git merge qdlmcfresh/stylus_windows -m "merged qdlmcfresh" | ||
|
||
git remote add OmegaRogue https://github.com/OmegaRogue/Weylus.git | ||
git fetch OmegaRogue master | ||
git merge -s recursive -X theirs OmegaRogue/master -m "merged OmegaRogue" | ||
|
||
git remote add scribblemaniac https://github.com/scribblemaniac/Weylus.git | ||
git fetch scribblemaniac fix-qr-code | ||
git merge scribblemaniac/fix-qr-code -m "merged scribblemaniac" | ||
|
||
git remote add Diordany https://github.com/Diordany/Weylus.git | ||
git fetch Diordany pr-func-proto | ||
git merge Diordany/pr-func-proto -m "merged Diordany" | ||
|
||
git remote add lyonbot https://github.com/lyonbot/Weylus.git | ||
git fetch lyonbot pr | ||
git merge lyonbot/pr -m "merged lyonbot" | ||
|
||
git remote add electronstudio2 https://github.com/electronstudio2/Weylus.git | ||
git fetch electronstudio2 build-fixes | ||
git merge electronstudio2/build-fixes -m "merged build-fixes" | ||
|
||
git fetch electronstudio2 community-edition-patches | ||
git merge electronstudio2/community-edition-patches -m "merged community-edition-patches" |