From ea4a70fdf2c328de1e5753b03f173228d8f5e8de Mon Sep 17 00:00:00 2001 From: madomado <119111128+madonuko@users.noreply.github.com> Date: Mon, 13 Feb 2023 01:27:24 +0000 Subject: [PATCH] forgot to add anda.hcl --- anda/games/osu-lazer/anda.hcl | 5 +++++ anda/games/osu-mime/anda.hcl | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 anda/games/osu-lazer/anda.hcl create mode 100644 anda/games/osu-mime/anda.hcl diff --git a/anda/games/osu-lazer/anda.hcl b/anda/games/osu-lazer/anda.hcl new file mode 100644 index 0000000000..c4fe8c31ca --- /dev/null +++ b/anda/games/osu-lazer/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "osu-lazer.spec" + } +} \ No newline at end of file diff --git a/anda/games/osu-mime/anda.hcl b/anda/games/osu-mime/anda.hcl new file mode 100644 index 0000000000..f88c5b61e6 --- /dev/null +++ b/anda/games/osu-mime/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "osu-mime.spec" + } +} \ No newline at end of file