Skip to content

Commit 75354ad

Browse files
fix(rpm): don't generate build_id links to avoid conflicts (Vencord#826)
...with other packages
1 parent af9ed58 commit 75354ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,17 @@
179179
},
180180
"publish": {
181181
"provider": "github"
182+
},
183+
"rpm": {
184+
"fpm": [
185+
"--rpm-rpmbuild-define=_build_id_links none"
186+
]
182187
}
183188
},
184189
"pnpm": {
185190
"patchedDependencies": {
186191
187192
}
188193
}
189-
}
194+
}
195+

0 commit comments

Comments
 (0)