-
-
Notifications
You must be signed in to change notification settings - Fork 21
Online update for macOS #212
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
base: master
Are you sure you want to change the base?
Conversation
manager for development. Packaging of the dependencies doen't work rigth now.
ext/png/pngpriv.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why need changes in this file?
ext/zlib/zutil.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems it unrelated
@@ -225,7 +225,11 @@ static void add_definition(const hotkey_mapping& mapping, bool alt) { | |||
def->callback = [] { events::emit(event_building_mode{ BUILDING_GRANARY }); }; | |||
break; | |||
|
|||
case BUILDING_STORAGE_YARD: | |||
/*case BUILDING_STORAGE_YARD: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, it's unrelated, I changed that a while ago and forgot to take it out when committing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't forget, I'm new to this Github-PullRequest-Commit-thing... Sorry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np, its ok
@@ -4,9 +4,6 @@ | |||
*/ | |||
|
|||
#include "zutil.h" | |||
#ifndef Z_SOLO | |||
# include "gzguts.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it really need?
Changes to download the latest macos_build.zip from Github and exchange it with the Application that has started the update.