[Scummvm-git-logs] scummvm master -> 142f1d0c81d0d90651b686c1547f13b6627b6b5d
rsn8887
noreply at scummvm.org
Wed Dec 29 01:26:05 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
142f1d0c81 BUILD: Use ScummVM Team as author name on Switch platform
Commit: 142f1d0c81d0d90651b686c1547f13b6627b6b5d
https://github.com/scummvm/scummvm/commit/142f1d0c81d0d90651b686c1547f13b6627b6b5d
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2021-12-28T19:25:07-06:00
Commit Message:
BUILD: Use ScummVM Team as author name on Switch platform
This change was discussed with and agreed to by Cpasjuste on
Discord
Changed paths:
backends/platform/sdl/switch/switch.mk
diff --git a/backends/platform/sdl/switch/switch.mk b/backends/platform/sdl/switch/switch.mk
index e43db7d7c94..5aa4b052fa5 100644
--- a/backends/platform/sdl/switch/switch.mk
+++ b/backends/platform/sdl/switch/switch.mk
@@ -1,7 +1,7 @@
scummvm.nro: $(EXECUTABLE)
mkdir -p ./switch_release/scummvm/data
mkdir -p ./switch_release/scummvm/doc
- nacptool --create "ScummVM" "Cpasjuste" "$(VERSION)" ./switch_release/scummvm.nacp
+ nacptool --create "ScummVM" "ScummVM Team" "$(VERSION)" ./switch_release/scummvm.nacp
elf2nro $(EXECUTABLE) ./switch_release/scummvm/scummvm.nro --icon=$(srcdir)/dists/switch/icon.jpg --nacp=./switch_release/scummvm.nacp
switch_release: scummvm.nro
More information about the Scummvm-git-logs
mailing list