packaging(windows): use local copy of GPL-3 (#19414)
Ilya Mashchenko committed
Jan 16, 2025 at 16:36 UTC
2f8a5872a7b2143c60b18e719056bbebdc73d0e4
1 file changed
+1
-1
packaging/windows/package-windows.sh
+1
-1
@@ -29,7 +29,7 @@ fi
29
30
${GITHUB_ACTIONS+echo "::group::Licenses"}
31
if [ ! -f "/gpl-3.0.txt" ]; then
32
- curl -o /gpl-3.0.txt "https://www.gnu.org/licenses/gpl-3.0.txt"
32
+ cp "${repo_root}/LICENSE" /gpl-3.0.txt
33
fi
34
35
if [ ! -f "/cloud.txt" ]; then