Skip to content

Commit

Permalink
Merge pull request #2 from dslatt/dev
Browse files Browse the repository at this point in the history
Merge to main
  • Loading branch information
dslatt committed Jun 14, 2024
2 parents 4d7adb2 + 1f08898 commit 6c5d6d9
Show file tree
Hide file tree
Showing 19 changed files with 64 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-switch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install system dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install system dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(VERSION_MINOR "1")
set(VERSION_ALTER "0")
set(VERSION_BUILD "0")
set(PROJECT_AUTHOR "dslatt")
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/img/icon.jpg)
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/img/dev.jpg)
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_ALTER})
set(USE_LIBROMFS)
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src="https://img.shields.io/static/v1?label=version&message=0.1.0&labelColor=111111&color=06f&style=for-the-badge" alt="Version">
</a>
<a rel="BUILD" href="https://github.com/dslatt/nso-icon-tool/actions">
<img src="https://img.shields.io/github/actions/workflow/status/dslatt/nso-icon-tool/build-switch.yml?branch=master &labelColor=111111&color=06f&style=for-the-badge" alt=Build>
<img src="https://img.shields.io/github/actions/workflow/status/dslatt/nso-icon-tool/build-switch.yml?branch=main&labelColor=111111&color=06f&style=for-the-badge" alt=Build>
</a>
</p>

Expand All @@ -33,16 +33,16 @@

## Screenshot

![](./screenshots/screenshot1.jpg)
![](./screenshots/1.jpg)

<details>
<summary><b>More Screenshots</b></summary>

![](./screenshots/screenshot2.jpg)
![](./screenshots/screenshot3.jpg)
![](./screenshots/screenshot4.jpg)
![](./screenshots/screenshot5.jpg)
![](./screenshots/screenshot6.jpg)
![](./screenshots/2.jpg)
![](./screenshots/3.jpg)
![](./screenshots/4.jpg)
![](./screenshots/5.jpg)
![](./screenshots/6.jpg)

</details>

Expand Down
Binary file added resources/img/dev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions resources/img/dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/xml/activity/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<MainView
title="nso-icon-tool"
icon="@res/img/icon.png"
icon="@res/img/dev.png"
/>


Expand Down
Binary file added screenshots/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/screenshot1.jpg
Binary file not shown.
Binary file removed screenshots/screenshot2.jpg
Binary file not shown.
Binary file removed screenshots/screenshot3.jpg
Binary file not shown.
Binary file removed screenshots/screenshot4.jpg
Binary file not shown.
Binary file removed screenshots/screenshot5.jpg
Binary file not shown.
Binary file removed screenshots/screenshot6.jpg
Binary file not shown.

0 comments on commit 6c5d6d9

Please sign in to comment.