[SIS-xxx] updating abstracto version to contain the giveaway key features

adding template for custom giveaway winner notification
This commit is contained in:
Sheldan
2024-12-25 20:30:34 +01:00
parent a822c5486f
commit 91a0265e6e
8 changed files with 71 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1,5 @@
Der key ist `${key}`.
Bitte antworte auf diese Nachricht um zu bestätigen, dass du den Key erhalten hast.
<#if description?has_content>Mehr details: ${description}. </#if>
<#if benefactor?has_content>Der Key wurde gesponsert von: ${benefactor}</#if>