Skip to content

Commit

Permalink
Packaging, package refactor and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Torres committed Apr 21, 2018
1 parent 7db2b0b commit 5aa2437
Show file tree
Hide file tree
Showing 3,622 changed files with 1,548 additions and 841,064 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
dist/
private/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ReadIt
Desktop app to store links to read later.

## Support
* Ubuntu
* Window (no signature)
* Mac (tar, no signature)
Binary file added icon.ico
Binary file not shown.
Binary file added 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 added icons/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 added icons/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 added icons/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 added icons/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 added icons/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 added icons/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 added icons/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 added icons/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 added icons/96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ const {app, ipcMain} = require('electron')
const mainWindow = require('./mainWindow')
const readItem = require('./readItem')


// Enable Electron-Reload
require('electron-reload')(__dirname)

ipcMain.on('new-item', (e, itemURL) => {
readItem( itemURL, (item) => {
e.sender.send('new-item-success', item)
Expand Down
6 changes: 2 additions & 4 deletions mainWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ exports.createWindow = () => {
height: 650,
minWidth: 350,
maxWidth: 1450,
minHeight: 310
minHeight: 310,
icon: `${__dirname}/icons/64x64.png`
})

// Devtools
this.win.webContents.openDevTools()

// Load main window content
this.win.loadURL(`file://${__dirname}/renderer/main.html`)

Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/electron

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/electron-download

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/extract-zip

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/mkdirp

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/rimraf

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/@types/node/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/@types/node/README.md

This file was deleted.

Loading

0 comments on commit 5aa2437

Please sign in to comment.