Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokimmel committed Oct 31, 2023
1 parent 10ba613 commit c94ead2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions flatpak/de.nicokimmel.shadowcast-electron.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.0.3
Version=1.0.0
Type=Application
Name=shadowcast-electron
GenericName=Console Stream
Expand All @@ -8,4 +8,4 @@ Keywords=ShadowCast;Genki
Exec=/app/bin/run.sh
Icon=de.nicokimmel.shadowcast-electron
Categories=Game;Utility;AudioVideo;
Terminal=false
Terminal=false
3 changes: 3 additions & 0 deletions flatpak/de.nicokimmel.shadowcast-electron.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
<provides>
<id>de.nicokimmel.shadowcast-electron.desktop</id>
</provides>
<description>
<p>Shows the videostream of ShadowCast by Genki</p>
<description>
</component>
10 changes: 2 additions & 8 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
packagerConfig: {
asar: true,
asar: false,
icon: "src/public/images/icon",
extraResources: [
{
Expand All @@ -15,11 +15,5 @@ module.exports = {
name: "@electron-forge/maker-zip",
platforms: ["linux"],
}
],
plugins: [
{
name: "@electron-forge/plugin-auto-unpack-natives",
config: {},
},
],
]
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadowcast-electron",
"version": "1.0.3",
"version": "1.0.0",
"description": "Shows the videostream of ShadowCast by Genki.",
"main": "src/arcade.js",
"scripts": {
Expand Down

0 comments on commit c94ead2

Please sign in to comment.