Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Jan 13, 2024
1 parent 03a8a0a commit 7ab0b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2013-2023 Fredrik Norén
Copyright (c) 2013-2024 Fredrik Norén

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion scripts/electronpackage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const builds = process.argv.includes('--all') // keep in sync with ci.yml (https
arch: builds[platform],
asar: true,
overwrite: platform == 'current',
appCopyright: 'Copyright (c) 2013-2023 Fredrik Norén',
appCopyright: 'Copyright (c) 2013-2024 Fredrik Norén',
ignore: [
/^\/(?:[^/]+?\/)*(?:\..+|.+\.less)$/, // dot-files and less files anywhere
/^\/(?:\..+|assets|clicktests|coverage|dist|scripts|test)\//, // folders in root
Expand Down

0 comments on commit 7ab0b60

Please sign in to comment.