Skip to content

Commit 3545c74

Browse files
inukshukbbhtt
authored andcommitted
Update node-gyp installVersion
Latest version is 11, see https://github.com/nodejs/node-gyp/blob/main/package.json#L15 A lower version makes node-gyp remove the headers and force a new download
1 parent 7a7e5e4 commit 3545c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/flatpak_node_generator/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async def _async_main() -> None:
248248
'nodedir=$(dirname "$(dirname "$(which node)")")',
249249
f'mkdir -p "{node_gyp_dir}/$version"',
250250
f'ln -s "$nodedir/include" "{node_gyp_dir}/$version/include"',
251-
f'echo 9 > "{node_gyp_dir}/$version/installVersion"',
251+
f'echo 11 > "{node_gyp_dir}/$version/installVersion"',
252252
],
253253
destination=gen.data_root / script_name,
254254
)

0 commit comments

Comments
 (0)