mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
build: Include params.js in portal-helper gresources
Fix a regression causing the portal helper to crash. In94423151b2we moved the dbus interface descriptions into seperate files which is why we had to include the fileUtils js module. This module imports the params js module, so add params.js to the gresources file for the portal helper. (cherry picked from commitceed3e07e4)
This commit is contained in:
parent
d21b276c07
commit
d2393395ff
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/org/gnome/shell">
|
||||
<file>portalHelper/main.js</file>
|
||||
|
||||
<file>misc/config.js</file>
|
||||
<file>misc/fileUtils.js</file>
|
||||
<file>portalHelper/main.js</file>
|
||||
<file>misc/params.js</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue