Skip to content
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

Development #183

Merged
merged 22 commits into from
Aug 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update base branch
  • Loading branch information
AxVultis committed Apr 29, 2022
commit c2941727dc28ee5a58a7a8743f2630435f07098c
2 changes: 1 addition & 1 deletion .github/checkout.bat
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ cd cryptonote

git checkout %desktop_branch%

git show-ref --verify --quiet refs/heads/%desktop_branch% || git checkout development
git show-ref --verify --quiet refs/heads/%desktop_branch% || git checkout master
2 changes: 1 addition & 1 deletion .github/checkout.sh
Original file line number Diff line number Diff line change
@@ -7,5 +7,5 @@ cd cryptonote || exit
if git show-ref --verify --quiet refs/heads/"$desktop_branch"; then
git checkout "$desktop_branch"
else
git checkout development
git checkout master
fi