Skip to content

Commit

Permalink
Added Images for Appx
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 29, 2021
1 parent 36ce58c commit a9e303b
Show file tree
Hide file tree
Showing 8 changed files with 7,752 additions and 4,712 deletions.
Binary file added images/SampleAppx.150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/SampleAppx.310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/SampleAppx.44x44.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/SampleAppx.50x50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion js/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
"config": {
"publisher": 'CN=52198C2F-725A-42E5-855A-FB2F0CA67875',
"publisherDisplayName": "Rabbit Company LLC",
"identityName": "57225RabbitCompanyLLC.Passky"
"identityName": "57225RabbitCompanyLLC.Passky",
"assets": "images"
}
},
{
Expand Down
3,867 changes: 3,355 additions & 512 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "passky",
"version": "2.0.3",
"author": "Rabbit Company",
"version": "2.0.5",
"author": "Rabbit Company LLC",
"description": "Simple and secure password manager",
"main": "main.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
}
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.58",
"@electron-forge/maker-appx": "^6.0.0-beta.58",
"@electron-forge/maker-deb": "^6.0.0-beta.58",
"@electron-forge/maker-rpm": "^6.0.0-beta.58",
"@electron-forge/maker-squirrel": "^6.0.0-beta.58",
"@electron-forge/maker-zip": "^6.0.0-beta.58",
"@electron-forge/cli": "^6.0.0-beta.59",
"@electron-forge/maker-appx": "^6.0.0-beta.59",
"@electron-forge/maker-deb": "^6.0.0-beta.59",
"@electron-forge/maker-rpm": "^6.0.0-beta.59",
"@electron-forge/maker-squirrel": "^6.0.0-beta.59",
"@electron-forge/maker-zip": "^6.0.0-beta.59",
"electron": "^13.1.7",
"electron-builder": "^22.11.7"
"electron-builder": "^22.11.11"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0"
Expand Down
8,576 changes: 4,386 additions & 4,190 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a9e303b

Please sign in to comment.