Skip to content

Commit

Permalink
small patches
Browse files Browse the repository at this point in the history
updated titlebar setting, update readme, fixed a bug that did an error while going back to info page from an anime selected from latest releases
  • Loading branch information
frostnova721 committed Dec 9, 2023
1 parent cf010ee commit 77194f7
Show file tree
Hide file tree
Showing 15 changed files with 650 additions and 44 deletions.
5 changes: 3 additions & 2 deletions Public/css/animeinfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,14 @@ body {
background-color: black;
border: 1px solid white;
background-repeat: no-repeat;
background-size: cover;
background-size: 100%;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out,
background-color 0.2s ease-in-out;
background-color 0.2s ease-in-out, background-size 0.5s ease-in-out;
}

.epBtn:hover {
background-color: black;
background-size: 110%;
color: #caf979;
border-color: #caf979;
}
1 change: 0 additions & 1 deletion Public/html/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</div>

<script>
require('../../dist/Render/common.js');
require('../../dist/Render/renderSettings.js');
</script>
</body>
Expand Down
1 change: 0 additions & 1 deletion Public/html/Watch.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
</div>
</div>
<script>
require('../../dist/Render/common.js');
require('../../dist/Render/renderWatch.js');
</script>
</body>
Expand Down
8 changes: 8 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ module.exports = {
setupIcon: 'Assets/Icons/ICO.ico'
},
},
{
name: '@electron-forge/maker-wix',
config: {
icon: 'Assets/Icons/ICO.ico',
name: 'AnimeStream',
description: 'AnimeStream - An app to download and stream anime for free',
}
},
{
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
Expand Down
Loading

0 comments on commit 77194f7

Please sign in to comment.