mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
Gameyfin version is now displayed in footer
This commit is contained in:
@@ -63,6 +63,17 @@
|
||||
</goals>
|
||||
</execution>
|
||||
|
||||
<!-- Update frontend version in package.json -->
|
||||
<execution>
|
||||
<id>npm version</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>version ${project.version}</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
<!-- build app -->
|
||||
<execution>
|
||||
<id>npm run build</id>
|
||||
|
||||
Reference in New Issue
Block a user