diff options
author | t895 <[email protected]> | 2024-01-21 21:57:24 -0500 |
---|---|---|
committer | t895 <[email protected]> | 2024-01-21 22:08:07 -0500 |
commit | 59080a3d1d6d9e00a7da876de6453845eab4f15e (patch) | |
tree | f2367b85d875819026b0b67579e87d2e2ae16cba /.reuse | |
parent | 57ff934f0d356fda9a5c381eee6032500e24dcf8 (diff) | |
download | yuzu-android-59080a3d1d6d9e00a7da876de6453845eab4f15e.tar.gz yuzu-android-59080a3d1d6d9e00a7da876de6453845eab4f15e.zip |
android: Provide debug.keystore for debug and relWithDebInfo builds
Allows devs to share debug builds with testers without uninstalling the previous build
Diffstat (limited to '.reuse')
-rw-r--r-- | .reuse/dep5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index d98b78087..b9ae96d0b 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -155,3 +155,7 @@ License: MIT Files: externals/gamemode/* Copyright: Copyright 2017-2019 Feral Interactive License: BSD-3-Clause + +Files: src/android/app/debug.keystore +Copyright: 2023 yuzu Emulator Project +License: GPL-3.0-or-later |