Skip to content

Commit 03ed380

Browse files
committed
Fix install tag
1 parent a79a0d5 commit 03ed380

File tree

3 files changed

+1051
-1067
lines changed

3 files changed

+1051
-1067
lines changed

install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install');
44

55

66
const prefix = 'https://github.com/node-3d/deps-opengl-raub/releases/download';
7-
const tag = 'v4.1.0';
7+
const tag = '4.1.0';
88

99
install(`${prefix}/${tag}`);

0 commit comments

Comments
 (0)