-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Warnings/Errors after linting code with 'Shellcheck'
- Loading branch information
Showing
2 changed files
with
131 additions
and
115 deletions.
There are no files selected for viewing
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,10 +1,27 @@ | ||
# MAIG (Mobile App Icon Generator) | ||
|
||
<img | ||
src="./maig.png" width="25"> | ||
src="./maig.png" | ||
width="32"> | ||
|
||
Mobile App Icon Generator (MAIG) is a bash script to generate all necessary icons for Android or iOS apps and stores | ||
|
||
**Table of Contents:** | ||
|
||
- [MAIG (Mobile App Icon Generator)](#maig-mobile-app-icon-generator) | ||
- [How it works](#how-it-works) | ||
- [Third Party Software](#third-party-software) | ||
- [Parameters](#parameters) | ||
- [Usage](#usage) | ||
- [Android Icons](#android-icons) | ||
- [iOS Icons](#ios-icons) | ||
- [Exit Codes](#exit-codes) | ||
- [Credits](#credits) | ||
- [Project Icon](#project-icon) | ||
- [License & Copyright](#license--copyright) | ||
|
||
--- | ||
|
||
## How it works | ||
|
||
MAIG first analyze the parameters and look for the third party software it needs. If everything is correct, MAIG will check if the resolution of the original image is the minimal required for the selected platform. After that the generation will begin. When the scripts end, you can find all the generated icons in a folder called `MAIG` in the same location as the original image. | ||
|
@@ -92,12 +109,14 @@ Code|Description| | |
10|Generic error 1: Generating app icons | ||
255|Generic error 2: Check help using parameter `-h` for more info | ||
|
||
## License | ||
|
||
The script is licensed with MIT License. | ||
## Credits | ||
|
||
## Project Icon | ||
### Project Icon | ||
|
||
[Icon](https://www.flaticon.com/free-icon/layers_149243) made by [Smashicons](https://www.flaticon.com/authors/smashicons) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/) | ||
|
||
## License & Copyright | ||
|
||
The script is licensed with MIT License. | ||
|
||
Copyright © 2020 **Álvaro López de Diego {raaowx}** <[email protected]> |
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