mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Use wrap instead of git submodule
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
bfa20975ca
commit
faea358023
@ -2,9 +2,9 @@
|
||||
set -e
|
||||
|
||||
# Simple script to construct a redistributable and complete tarball of the
|
||||
# gamemode tree, including the git submodules, so that it can be trivially
|
||||
# gamemode tree, including the subprojects, so that it can be trivially
|
||||
# packaged by distributions banning networking during build.
|
||||
git submodule init
|
||||
meson subprojects download
|
||||
|
||||
# Bump in tandem with meson.build, run script once new tag is up.
|
||||
VERSION="1.6-dev"
|
||||
|
Reference in New Issue
Block a user