Skip to content

Commit

Permalink
fix: copyright set, example enex copied to dist, icons (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko authored Jan 24, 2023
1 parent 8176b17 commit d3f75e2
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enexSources": [
"./test/data/test-template.enex"
"./data/test-template.enex"
],
"templateFile": "./sampleTemplate.tmpl",
"outputDir": "out",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist": "electron-builder",
"clean-by-rimraf": "rimraf ./out && rimraf ./dist && rimraf \"node_modules/!(rimraf|.bin)\"",
"clean": "rm -f -r ./out && rm -f -r ./dist && rm -r -f ./node_modules",
"build": "npm i && tsc --project ./src/tsconfig.json && copyfiles -u 1 \"src/ui/**/*\" dist",
"build": "npm i && tsc --project ./src/tsconfig.json && copyfiles -u 1 \"src/ui/**/*\" test/data/test-template.enex dist",
"install-tsc": "npm install -g typescript",
"build-windows": "tsc --project .\\src",
"build:watch": "nodemon --watch src/ --exec \"npm run build\" -e ts",
Expand All @@ -29,7 +29,7 @@
"debug": "node --inspect --max-old-space-size=1024 ./dist/dropTheRope.js",
"test": "nyc --reporter=html --reporter=text mocha",
"test-watch": "mocha --watch",
"compile": "npm run build && copyfiles -u 1 \"src/ui/**/*\" dist",
"compile": "npm run build && copyfiles -u 1 \"src/ui/**/*\" test/data/test-template.enex dist",
"start": "electron .",
"css-build": "node-sass --omit-source-map-url ./src/ui/sass/purecss.scss ./src/ui/css/purecss.css ./dist/ui/assets/css",
"css-watch": "npm run css-build -- --watch",
Expand Down Expand Up @@ -120,11 +120,12 @@
"build": {
"appId": "yarle",
"artifactName": "${productName}_${os}_${arch}.${ext}",
"copyright": "Copyright © 2022, Akos Balasko",
"copyright": "Copyright © 2023, Akos Balasko",
"files": [
"dist/**/*",
"package.json",
"sampleTemplate.tmpl",
"test/data/test-template.enex",
"sampleTemplate_logseq.tmpl",
"config.json",
"config.logseq.json",
Expand Down
Binary file added src/ui/assets/icons/mac/apple-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 src/ui/assets/icons/mac/icon.icns
Binary file not shown.
Binary file added src/ui/assets/icons/png/192x192.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/ui/assets/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 added src/ui/assets/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 added src/ui/assets/icons/png/favicon.ico
Binary file not shown.
Binary file added src/ui/assets/icons/win/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 d3f75e2

Please sign in to comment.