mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Fix a regression causing the portal helper to crash.
In 94423151b2 we 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.
10 lines
259 B
XML
10 lines
259 B
XML
<?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>misc/params.js</file>
|
|
</gresource>
|
|
</gresources>
|