Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 06cc1e8

Browse files
committed
Fix Windows update URL
1 parent d9111d6 commit 06cc1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/patches/Gruntfile.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
+ iconUrl: 'https://raw.githubusercontent.com/spark/spark-dev/master/build/resources/sparkdev.ico'
3030
setupIcon: path.resolve(__dirname, '..', 'resources', 'win', 'atom.ico')
3131
- remoteReleases: 'https://atom.io/api/updates'
32-
+ remoteReleases: 'https://github.com/spark/spark-dev'
32+
+ remoteReleases: 'https://github.com/spark/particle-dev-app'
3333
+ productName: 'ParticleDev'
3434
+ name: 'particle-dev'
3535
+ exe: 'atom.exe'

0 commit comments

Comments
 (0)