Skip to content

Commit

Permalink
Reverted from the modular repository 👀
Browse files Browse the repository at this point in the history
I had 2nd thoughts about if I should do it
  • Loading branch information
oyedejioyewole committed Mar 29, 2023
1 parent e46777d commit eb94c56
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Project preparation
- name: Install pnpm
run: npm install -g pnpm
- name: Install ImageMagick (windows)
if: matrix.os == 'windows-latest'
run: |
choco install imagemagick
- name: Install ImageMagick (linux)
if: matrix.os == 'ubuntu-latest'
run: |
wget https://imagemagick.org/archive/binaries/magick
chmod +x magick
- name: Install dependencies
run: pnpm install
- name: Build, package and publish release
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ node_modules
.env
dist
out
app
build/icons
app
Binary file added build/icons/icon.ico
Binary file not shown.
Binary file added build/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "vue-devtools",
"icons": "magick convert -background transparent build/icon.svg -define icon:auto-resize build/icons/icon.ico && magick convert -background transparent build/icon.svg build/icons/icon.png && cp build/icons/icon.ico public/favicon.ico",
"package": "electron-builder --dir",
"postinstall": "npm run icons && nuxt prepare && node node_modules/vite-plugin-electron-renderer/install.js",
"postinstall": "nuxt prepare && node node_modules/vite-plugin-electron-renderer/install.js",
"release": "nuxt generate && electron-builder"
},
"devDependencies": {
Expand Down

0 comments on commit eb94c56

Please sign in to comment.