Skip to content

Commit

Permalink
Use raw link for appcast.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Ondrej committed Dec 20, 2017
1 parent d6e3bcb commit 5fce21b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "2.2.2",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "48",
"appcast": "https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml",
"appcast": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml",
"menu": {
"isRoot": false,
"items": [
Expand Down
4 changes: 2 additions & 2 deletions Sketch Data Populator.sketchplugin/Contents/Sketch/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8466,7 +8466,7 @@ var HKSketchFusionExtension = exports.HKSketchFusionExtension = {
version: '2.2.2',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '48',
appcast: 'https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml',
appcast: 'https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml',
menu: {
'isRoot': false,
'items': ['populateWithPreset', 'populateWithJSON', 'populateTable', 'populateAgain', 'revealPresets', 'clearLayers']
Expand Down Expand Up @@ -8555,7 +8555,7 @@ __globals.___clearLayers_run_handler_ = function (context, params) {
"version": "2.2.2",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "48",
"appcast": "https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml",
"appcast": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml",
"menu": {
"isRoot": false,
"items": [
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const HKSketchFusionExtension = {
version: '2.2.2',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '48',
appcast: 'https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml',
appcast: 'https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml',
menu: {
'isRoot': false,
'items': [
Expand Down

0 comments on commit 5fce21b

Please # to comment.