Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailton Loures Ferreira committed Sep 3, 2024
2 parents 2b9cd5b + ca1a034 commit 7f50410
Show file tree
Hide file tree
Showing 20 changed files with 899 additions and 19 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ VSCode Bookmark

## Features

- Save projects path to the Store
- Save projects path on Store
- Open projects in VSCode
- Logs and Monitoring with Sentry

## How to use

Expand Down Expand Up @@ -59,6 +60,7 @@ This software uses the following open source packages:
- [Node.js](https://nodejs.org/)
- [ESlint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Sentry](https://sentry.io/)

## License

Expand Down
Binary file modified assets/gifs/screenshot.gif
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 assets/icons/icon.icns
Binary file not shown.
Binary file modified assets/icons/icon.ico
Binary file not shown.
Binary file modified assets/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.
Binary file removed assets/icons/mac/icon.icns
Binary file not shown.
Binary file modified assets/icons/png/1024x1024.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 assets/icons/png/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 modified assets/icons/png/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 modified assets/icons/png/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 modified assets/icons/png/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 modified assets/icons/png/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 modified assets/icons/png/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 modified 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 modified 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 removed assets/icons/win/icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FuseV1Options, FuseVersion } from '@electron/fuses';
const commonLinuxConfig = {
config: {
options: {
icon: 'assets/icons/png/1024x1024.png',
icon: 'assets/icons/icon.png',
maintainer: 'Ailton Loures',
categories: ['Development', 'Utility'],
productName: 'VSCodeBookmark',
Expand Down Expand Up @@ -42,7 +42,7 @@ export default {
name: '@electron-forge/maker-squirrel',
platforms: ['win32'],
config: {
setupIcon: 'assets/icons/win/icon.ico',
setupIcon: 'assets/icons/icon.ico',
},
},
{
Expand Down
Loading

0 comments on commit 7f50410

Please sign in to comment.