mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-13 22:09:15 +02:00
Merge branch 'add-contribution-guidelines'
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Copyright (c) 2024 winapps-org
|
||||
# Copyright (c) 2024 Rohan Barar
|
||||
# Copyright (c) 2024 Oskar Manhart
|
||||
# All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
### FUNCTIONS ###
|
||||
# Name: 'GetApplicationIcon'
|
||||
|
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (c) 2024 winapps-org
|
||||
# Copyright (c) 2024 kahkhang
|
||||
# All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
# SPDX-License-Identifier: MIT
|
||||
# For original source, see https://github.com/kahkhang/Inquirer.sh
|
||||
|
||||
### GLOBAL CONSTANTS ###
|
||||
declare -r ANSI_LIGHT_BLUE="\033[1;94m" # Light blue text.
|
||||
|
Reference in New Issue
Block a user