forked from hack-ink/AiR
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
ee4ab86
commit 1d61b9e
Showing
5 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
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,2 +1,3 @@ | ||
cargo bundle --release | ||
codesign --deep --force --verify --verbose --sign "Xavier Lau" target/release/bundle/osx/AiR.app | ||
rm -rf /Applications/AiR.app && cp -r target/release/bundle/osx/AiR.app /Applications/AiR.app |
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 |
---|---|---|
|
@@ -38,6 +38,7 @@ impl Setting { | |
}, | ||
}; | ||
|
||
// TODO: validate the setting. | ||
Ok(toml::from_str(&s)?) | ||
} | ||
|
||
|