Skip to content

Commit 92e7779

Browse files
committed
Sync with microG unofficial installer
1 parent aebcb78 commit 92e7779

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/.gradle/
1616
/build/
1717

18-
# Local configuration files
18+
# Local Gradle configuration files
1919
local.properties
2020
user.gradle
2121

@@ -26,16 +26,17 @@ user.gradle
2626
/build
2727
/cmdline
2828

29-
# Code scanning, log and other files
30-
*.log
31-
*.sarif
32-
*.dex
29+
# Coverage, logs and other files
3330
/coverage/
31+
/.ssh/
32+
/.wget-hsts
3433
/.ash_history
3534
/.bash_history
36-
/.wget-hsts
35+
*.log
36+
*.sarif
37+
*.dex
3738

38-
# Caches and other files
39+
# Caches
3940
/.cache/
4041
/.git/
4142
__pycache__/

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ rm -f "${TEMP_DIR}/zip-content/settings-full.conf"
226226
rm -rf "${TEMP_DIR}/zip-content/misc/aapt" || ui_error 'Failed to delete unused files in the temp dir'
227227
rm -f "${TEMP_DIR}/zip-content/misc/busybox/busybox-"mips* || ui_error 'Failed to delete unused files in the temp dir'
228228
rm -f "${TEMP_DIR}/zip-content/LICENSES/Info-ZIP.txt" || ui_error 'Failed to delete unused files in the temp dir'
229+
rm -f "${TEMP_DIR}/zip-content/LICENSES/Unlicense.txt" || ui_error 'Failed to delete unused files in the temp dir'
229230

230231
printf '%s\n%s\n\n%s\n' '# SPDX-FileCopyrightText: none' '# SPDX-License-Identifier: CC0-1.0' "buildType=${BUILD_TYPE:?}" 1> "${TEMP_DIR:?}/zip-content/build-type.prop" || ui_error 'Failed to create the "build-type.prop" file'
231232

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: none
2+
SPDX-License-Identifier: CC0-1.0

0 commit comments

Comments
 (0)