Skip to content

Commit

Permalink
Pushing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-uros committed Jul 23, 2024
1 parent 87b1275 commit 9dc5f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ const config: ForgeConfig = {
owner: 'dev-uros'
},
authToken: process.env.GITHUB_TOKEN,
prerelease: false,
draft: false
prerelease: true,
})
],
packagerConfig: {
asar: true,
icon: './public/icons/icon-mac',
icon: './public/icons/icon',
name: 'CitacLicneKarte'
},
rebuildConfig: {},
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:; connect-src 'self'"
/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Čitač Lične Karte - izmena</title>
<title>Čitač Lične Karte</title>

</head>
<body>
Expand Down Expand Up @@ -49,7 +49,7 @@
</div>

<h1 style="color: white; text-align: center;">
Čitač lične karte - izmena - update - vracaj staro
Čitač lične karte
</h1>
<div style="width: 100%; display: none; background-color: #ff0000; border-radius: 25px; text-align: center; height: 40%"
id="errorDiv">
Expand Down
File renamed without changes.

0 comments on commit 9dc5f2c

Please sign in to comment.