From b38c7cf8342a54f62c19b9a7c08d77032796516a Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Fri, 7 May 2021 11:12:25 +0200 Subject: [PATCH] argh --- .../c-sharp => Scripts2/C-Sharp}/dynamic-context-menu-items.cs | 0 src/{scripts/c-sharp => Scripts2/C-Sharp}/key-binding.cs | 0 .../C-Sharp}/observe-property-and-draw-text.cs | 0 src/{scripts/c-sharp => Scripts2/C-Sharp}/pause-when-minimize.cs | 0 .../javascript => Scripts2/JavaScript}/seek-show-position.js | 0 src/{scripts/javascript => Scripts2/JavaScript}/show-playlist.js | 0 src/{scripts/lua => Scripts2/Lua}/pause-when-minimize.lua | 0 .../powershell => Scripts2/PowerShell}/open-file-dialog.ps1 | 0 .../powershell => Scripts2/PowerShell}/pause-when-minimize.ps1 | 0 .../powershell => Scripts2/PowerShell}/show-in-file-explorer.ps1 | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename src/{scripts/c-sharp => Scripts2/C-Sharp}/dynamic-context-menu-items.cs (100%) rename src/{scripts/c-sharp => Scripts2/C-Sharp}/key-binding.cs (100%) rename src/{scripts/c-sharp => Scripts2/C-Sharp}/observe-property-and-draw-text.cs (100%) rename src/{scripts/c-sharp => Scripts2/C-Sharp}/pause-when-minimize.cs (100%) rename src/{scripts/javascript => Scripts2/JavaScript}/seek-show-position.js (100%) rename src/{scripts/javascript => Scripts2/JavaScript}/show-playlist.js (100%) rename src/{scripts/lua => Scripts2/Lua}/pause-when-minimize.lua (100%) rename src/{scripts/powershell => Scripts2/PowerShell}/open-file-dialog.ps1 (100%) rename src/{scripts/powershell => Scripts2/PowerShell}/pause-when-minimize.ps1 (100%) rename src/{scripts/powershell => Scripts2/PowerShell}/show-in-file-explorer.ps1 (100%) diff --git a/src/scripts/c-sharp/dynamic-context-menu-items.cs b/src/Scripts2/C-Sharp/dynamic-context-menu-items.cs similarity index 100% rename from src/scripts/c-sharp/dynamic-context-menu-items.cs rename to src/Scripts2/C-Sharp/dynamic-context-menu-items.cs diff --git a/src/scripts/c-sharp/key-binding.cs b/src/Scripts2/C-Sharp/key-binding.cs similarity index 100% rename from src/scripts/c-sharp/key-binding.cs rename to src/Scripts2/C-Sharp/key-binding.cs diff --git a/src/scripts/c-sharp/observe-property-and-draw-text.cs b/src/Scripts2/C-Sharp/observe-property-and-draw-text.cs similarity index 100% rename from src/scripts/c-sharp/observe-property-and-draw-text.cs rename to src/Scripts2/C-Sharp/observe-property-and-draw-text.cs diff --git a/src/scripts/c-sharp/pause-when-minimize.cs b/src/Scripts2/C-Sharp/pause-when-minimize.cs similarity index 100% rename from src/scripts/c-sharp/pause-when-minimize.cs rename to src/Scripts2/C-Sharp/pause-when-minimize.cs diff --git a/src/scripts/javascript/seek-show-position.js b/src/Scripts2/JavaScript/seek-show-position.js similarity index 100% rename from src/scripts/javascript/seek-show-position.js rename to src/Scripts2/JavaScript/seek-show-position.js diff --git a/src/scripts/javascript/show-playlist.js b/src/Scripts2/JavaScript/show-playlist.js similarity index 100% rename from src/scripts/javascript/show-playlist.js rename to src/Scripts2/JavaScript/show-playlist.js diff --git a/src/scripts/lua/pause-when-minimize.lua b/src/Scripts2/Lua/pause-when-minimize.lua similarity index 100% rename from src/scripts/lua/pause-when-minimize.lua rename to src/Scripts2/Lua/pause-when-minimize.lua diff --git a/src/scripts/powershell/open-file-dialog.ps1 b/src/Scripts2/PowerShell/open-file-dialog.ps1 similarity index 100% rename from src/scripts/powershell/open-file-dialog.ps1 rename to src/Scripts2/PowerShell/open-file-dialog.ps1 diff --git a/src/scripts/powershell/pause-when-minimize.ps1 b/src/Scripts2/PowerShell/pause-when-minimize.ps1 similarity index 100% rename from src/scripts/powershell/pause-when-minimize.ps1 rename to src/Scripts2/PowerShell/pause-when-minimize.ps1 diff --git a/src/scripts/powershell/show-in-file-explorer.ps1 b/src/Scripts2/PowerShell/show-in-file-explorer.ps1 similarity index 100% rename from src/scripts/powershell/show-in-file-explorer.ps1 rename to src/Scripts2/PowerShell/show-in-file-explorer.ps1