Skip to content

Commit

Permalink
#350 - Updated URLs to download Event Presets from Github instead of …
Browse files Browse the repository at this point in the history
…Bitbucket.
  • Loading branch information
DocMoebiuz committed Jun 25, 2021
1 parent 30e41c2 commit bdded22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimConnectMSFS/WasmModuleUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class WasmModuleUpdater
{
public const String WasmModuleFolder = @".\MSFS2020-module\mobiflight-event-module";

public const String WasmEventsTxtUrl = @"https://bitbucket.org/mobiflight/mobiflightfc/raw/master/MSFS2020-module/mobiflight-event-module/modules/events.txt";
public const String WasmEventsCipUrl = @"https://bitbucket.org/mobiflight/mobiflightfc/raw/master/Presets/msfs2020_eventids.cip";
public const String WasmEventsTxtUrl = @"https://raw.githubusercontent.com/Mobiflight/MobiFlight-Connector/main/MSFS2020-module/mobiflight-event-module/modules/events.txt";
public const String WasmEventsCipUrl = @"https://raw.githubusercontent.com/Mobiflight/MobiFlight-Connector/main/Presets/msfs2020_eventids.cip";
public const String WasmEventsTxtFolder = @"\mobiflight-event-module\modules";
public const String WasmEventsTxtFile = "events.txt";
public const String WasmEventsCipFolder = @".\presets";
Expand Down

0 comments on commit bdded22

Please sign in to comment.