Package Details: impostor-server-git 1.7.2-1

Git Clone URL: https://aur.archlinux.org/impostor-server-git.git (read-only, click to copy)
Package Base: impostor-server-git
Description: Unofficial dedicated server for Among Us.
Upstream URL: https://impostor.github.io/Impostor/
Licenses: GPL3
Submitter: docscr
Maintainer: docscr
Last Packager: docscr
Votes: 0
Popularity: 0.000000
First Submitted: 2021-06-28 17:16 (UTC)
Last Updated: 2022-10-13 08:35 (UTC)

Latest Comments

7thCore commented on 2022-09-27 11:38 (UTC)

PKGBUILD needs to be updated to:

build() {
  cd "Impostor/"
  dotnet restore ./src
  dotnet publish -c release -o ./build/linux-x64 -f net6.0 -r linux-x64 --self-contained --no-restore ./src/Impostor.Server/Impostor.Server.csproj /p:PublishSingleFile=true
}