Skip to content

Commit

Permalink
Updated to new Stellite logo
Browse files Browse the repository at this point in the history
  • Loading branch information
donovansolms committed Jan 10, 2019
1 parent de41546 commit 338aa52
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/get_app_name.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/python
import json
data = json.load(open('src/bundler.json'))
print(data['app_name'])
2 changes: 1 addition & 1 deletion src/bundler.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app_name": "Stellite GUI Miner v1.1.0",
"app_name": "Stellite GUI Miner v1.2.0",
"environments": [
{"arch": "amd64", "os": "linux"},
{"arch": "amd64", "os": "darwin"},
Expand Down
2 changes: 1 addition & 1 deletion src/bundler_dev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app_name": "Stellite GUI Miner v1.1.0",
"app_name": "Stellite GUI Miner v1.2.0",
"environments": [
{"arch": "amd64", "os": "linux"}
],
Expand Down
Binary file modified src/resources/app/static/i/logo.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 src/resources/app/static/i/logo_old.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 src/resources/app/static/i/miner-logo.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 src/resources/app/static/i/stellite-miner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/resources/icon.icns
Binary file not shown.
Binary file modified src/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 338aa52

Please sign in to comment.