gg.easy.airship 0.1.2205 → 0.1.2207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -704,6 +704,8 @@ namespace Editor.Packages {
704
704
  "Windows_shared_resources",
705
705
  "iOS_shared_resources",
706
706
  "Android_shared_resources",
707
+ "source",
708
+ "code",
707
709
 
708
710
  // "Linux_shared_scenes",
709
711
  // "Mac_shared_scenes",
@@ -626,6 +626,8 @@ public class Deploy {
626
626
  private static IEnumerator CompleteDeployment(GameConfig gameConfig, string gameVersionId, string devKey) {
627
627
  {
628
628
  List<string> uploadedFileIds = new();
629
+ uploadedFileIds.Add("code");
630
+ uploadedFileIds.Add("gameConfig");
629
631
  uploadedFileIds.Add("Mac_shared_resources");
630
632
  uploadedFileIds.Add("Mac_shared_scenes");
631
633
  uploadedFileIds.Add("Windows_shared_resources");