created WHY2_CHAT_CONFIG_URL macro

I will download the templates using cURL, I guess
This commit is contained in:
Václav Šmejkal 2023-04-20 21:20:18 +02:00
parent 23d0fced6f
commit ab2bd02318
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -30,5 +30,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff
#define WHY2_CHAT_CONFIG "~/.why2_chat.json"
#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/.why2_chat.yml"
#endif