Skip to content

Commit 40820cd

Browse files
authored
Merge pull request #18 from ByteRoast/dev/main
chore: gitignore improve & installer dialog update
2 parents 93bb1cf + 710a2aa commit 40820cd

9 files changed

Lines changed: 10 additions & 88 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,9 @@ doc/api/
148148

149149
# MSI output stuff
150150
installer/output/*
151+
152+
gitignore# IDE - IntelliJ / Android Studio
153+
.idea/
154+
155+
# IDE - VS Code
156+
.vscode/

.idea/libraries/Dart_SDK.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/libraries/KotlinJavaRuntime.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/runConfigurations/main_dart.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Music Sharity
22

3-
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
4-
[![Platform](https://img.shields.io/badge/Platform-Android%20%7C%20Windows-brightgreen)]()
53
[![Version](https://img.shields.io/badge/Version-1.0.0-blue)]()
4+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
65
[![GitHub issues](https://img.shields.io/github/issues/byteroast/music-sharity)](https://github.com/byteroast/music-sharity/issues)
76
[![Build Tests](https://github.com/ByteRoast/music-sharity/actions/workflows/build_tests.yml/badge.svg)](https://github.com/ByteRoast/music-sharity/actions/workflows/build_tests.yml)
7+
[![Platform](https://img.shields.io/badge/Platform-Android%20|%20Windows%20|%20Web-brightgreen)]()
8+
89
[![GitHub stars](https://img.shields.io/github/stars/byteroast/music-sharity?style=social)](https://github.com/byteroast/music-sharity/stargazers)
910

1011
> [!WARNING]

installer/build_msi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if ($LASTEXITCODE -ne 0) {
7575
exit 1
7676
}
7777

78-
Write-Host "[3/4] Creating MSI with light..." -ForegroundColor Yellow
78+
Write-Host "[3/4] Creating MSI..." -ForegroundColor Yellow
7979

8080
$MsiName = "music-sharity-$Version-windows-x64.msi"
8181

installer/src/assets/dialog.bmp

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)