@ -0,0 +1,17 @@ |
|||
## What is the type of this PR? |
|||
|
|||
<!-- e.g. Bug Fix, Feature, Code Quality Improvement, UI Polish... --> |
|||
|
|||
## Any background context and/or relevant tickets/issues you want to provide with? |
|||
|
|||
<!-- e.g. GitHub issue #45 --> |
|||
|
|||
## Short description on what this PR suppose to do? |
|||
|
|||
<!-- e.g. Adding genuine check to the onboarding --> |
|||
|
|||
## Any special conditions required for testing? |
|||
|
|||
<!-- e.g. Clear db, add special env variable.. --> |
|||
|
|||
## Screenshots (if appropriate) |
After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 151 KiB |
After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 151 KiB |
@ -1,3 +1,3 @@ |
|||
#/bin/bash |
|||
#!/bin/bash |
|||
|
|||
yarn compile && DEBUG=electron-builder electron-builder --dir -c.compression=store -c.mac.identity=null |
|||
|
@ -1,3 +1,3 @@ |
|||
#/bin/bash |
|||
#!/bin/bash |
|||
|
|||
yarn compile && DEBUG=electron-builder electron-builder |
|||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |