mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 04:53:59 +02:00
22 lines
923 B
XML
22 lines
923 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE buildprofiles SYSTEM "https://resources.jetbrains.com/writerside/1.0/build-profiles.dtd">
|
|
<buildprofiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd">
|
|
|
|
<variables></variables>
|
|
<build-profile instance="mm">
|
|
<variables>
|
|
<noindex-content>false</noindex-content>
|
|
<custom-favicons>favicon.ico</custom-favicons>
|
|
<header-logo>logo.svg</header-logo>
|
|
|
|
<download-title>Buy me a coffee ☕</download-title>
|
|
<download-page>https://buymeacoffee.com/maxdorninger</download-page>
|
|
<showDownloadButton>true</showDownloadButton>
|
|
<product-web-url>https://github.com/maxdorninger/MediaManager</product-web-url>
|
|
|
|
</variables>
|
|
</build-profile>
|
|
|
|
</buildprofiles>
|