mirror of
https://github.com/artizirk/wdisplays.git
synced 2025-03-26 17:18:52 +02:00
12 lines
307 B
C
12 lines
307 B
C
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
|
|
* SPDX-License-Identifier: GPL-3.0-or-later */
|
|
|
|
#ifndef WDISPLAY_CONFIG_H
|
|
#define WDISPLAY_CONFIG_H
|
|
|
|
#define WDISPLAYS_APP_ID "@app_id@"
|
|
#define WDISPLAYS_VERSION "@version@"
|
|
#define WDISPLAYS_RESOURCE_PREFIX "@resource_prefix@"
|
|
|
|
#endif
|