diff --git a/assets/scripts/dist.js b/assets/scripts/dist.js
new file mode 100644
index 0000000..8c2e525
--- /dev/null
+++ b/assets/scripts/dist.js
@@ -0,0 +1,17 @@
+/**
+ * Created by Kylart on 16/04/2017.
+ */
+
+/**
+ * First check electron-packager api:
+ * https://github.com/electron-userland/electron-packager/blob/master/docs/api.md
+ *
+ * Then electron-installer dmg:
+ * https://github.com/mongodb-js/electron-installer-dmg
+ *
+ * Then windows-installer
+ * https://github.com/electron/windows-installer
+ *
+ * Then maybe ? (Linux)
+ * https://github.com/unindented/electron-installer-debian
+ */
\ No newline at end of file
diff --git a/index.html b/index.html
index b6f9cd3..e445721 100755
--- a/index.html
+++ b/index.html
@@ -1,28 +1,45 @@
-
-
@@ -165,7 +173,7 @@
@@ -271,14 +279,15 @@
}
]
},
- {
- title: 'Torrenting',
- items: [
- {title: 'Current downloads'},
- {title: 'Sourcing'},
- {title: 'Create torrents'}
- ]
- }
+// Too soon...
+// {
+// title: 'Torrenting',
+// items: [
+// {title: 'Current downloads'},
+// {title: 'Sourcing'},
+// {title: 'Create torrents'}
+// ]
+// }
],
sidebarTitle: {
color: 'rgba(255, 255, 255, 0.8)'
diff --git a/nuxt.config.js b/nuxt.config.js
index be303b6..05c0ecc 100755
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -9,16 +9,15 @@ module.exports = {
height: 800
},
build: {
- extend (config, { isClient }) {
+ extend (config, {isClient}) {
// Extend only webpack config for client-bundle
- if (isClient) {
+ if (isClient)
config.target = 'electron-renderer'
- }
},
vendor: ['vuetify', 'axios']
},
plugins: [
- '~plugins/vuetify.js'
+ '~plugins/vuetify.js'
],
css: [
{src: join(__dirname, 'css/app.styl'), lang: 'styl'},
diff --git a/static/images/icon.icns b/static/images/icon.icns
deleted file mode 100644
index 5bc12e7..0000000
--- a/static/images/icon.icns
+++ /dev/null
@@ -1,22 +0,0 @@
-How to use this icon:
-
-Step 1: Copy the icon to the clipboard
-a) Click on this file from the Finder
-b) Choose 'Get Info' from the 'File' menu.
-c) In the info window that pops up, click on the icon
-d) Choose 'Copy' from the 'Edit' menu.
-e) Close the info window
-
-Step 2: Paste the icon to the desired item
-a) Go to the item in the Finder that you want a custom icon
-b) Click the item (file, folder, disk, etc)
-b) Choose 'Get Info' from the 'File' menu.
-c) In the info window that pops up, click on the icon
-d) Choose 'Paste' from the 'Edit' menu.
-e) Close the info window
-
-Step 3:
-Enjoy your newly customized icon!
-
-For more thorough directions, see Apple's website at:
-http://www.apple.com/support/mac101/customize/6/