157 current 2024-05-29 16:02:43 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
sadan 2024-05-29 16:02:57 -04:00
parent 8cc9115870
commit d526d62387
No known key found for this signature in database
5 changed files with 263 additions and 5694 deletions

View file

@ -19,6 +19,7 @@ popd
# update-source-version vencord "${latestTag#v}"
sed -E 's#\bgitHash = ".*?"#gitHash = "'"${gitHash:0:7}"'"#' -i "$pkgDir/package.nix"
sed -E 's#\bnpmDepsHash = ".*?"#npmDepsHash = "'"$npmDepsHash"'"#' -i "$pkgDir/package.nix"
sed -E 's#\bgitHash = ".*?"#gitHash = "'"${gitHash:0:7}"'"#' -i "./package.nix"
echo $npmDepsHash
sed -E 's#\bnpmDepsHash = ".*?"#npmDepsHash = "'"$npmDepsHash"'"#' -i "./default.nix"
cp "$tempDir/package-lock.json" "$pkgDir/package-lock.json"