gamemode: Add licenses

This commit is contained in:
PiergiorgioZagaria 2022-07-28 10:58:58 +02:00 committed by Stephen Gutekanst
parent 4ee9ba1000
commit bd68745106
10 changed files with 276 additions and 10 deletions

View file

@ -218,7 +218,7 @@ pub const App = struct {
exe.addPackage(glfw.pkg);
if (target.os.tag == .linux) {
exe.addPackagePath("gamemode", "gamemode-zig/gamemode.zig");
exe.addPackagePath("gamemode", "gamemode/gamemode.zig");
}
break :blk exe;