Skip to content

Commit

Permalink
chore: version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
howech authored and robertshuford committed Oct 22, 2024
1 parent 39ff744 commit 190cc55
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Release
on:
push:
branches:
- electron
- main

permissions:
contents: write
Expand All @@ -21,10 +21,10 @@ jobs:
include:
- os: macos-latest
make_command: make:mac
# - os: ubuntu-latest
# make_command: make:linux
# - os: windows-latest
# make_command: make:win
- os: ubuntu-latest
make_command: make:linux
- os: windows-latest
make_command: make:win

steps:
- name: Check out Git repository
Expand Down
Binary file added assets/bridge.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 modified assets/root-icon.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 removed assets/troll.png
Binary file not shown.
Binary file modified icons/icon.icns
Binary file not shown.
Binary file modified icons/icon.ico
Binary file not shown.
Binary file modified icons/icon.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 modified icons/mac/icon.icns
Binary file not shown.
Binary file modified icons/png/1024x1024.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 modified icons/png/128x128.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 modified icons/png/16x16.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 modified icons/png/24x24.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 modified icons/png/256x256.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 modified icons/png/32x32.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 modified icons/png/48x48.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 modified icons/png/512x512.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 modified icons/png/64x64.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 modified icons/win/icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
}
body::before {
content: "";
background-image: url("assets/troll.png");
background-image: url("assets/bridge.png");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
opacity: 0.12; /* Adjust this value to change the opacity (0.1 = 10% opacity) */
opacity: 0.50; /* Adjust this value to change the opacity (0.1 = 10% opacity) */
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpg-bridge",
"version": "0.0.1",
"version": "0.0.2",
"description": "A very basic bridge to gpg over websockets",
"license": "MIT",
"main": "main.js",
Expand Down

0 comments on commit 190cc55

Please sign in to comment.