Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Remove "Custom" subfolder from "ACPI" in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
corpnewt authored Jun 13, 2019
1 parent a533f7f commit f4fbdf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Scripts/plistwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,15 +800,14 @@ def oc_snapshot(self, event = None):
# Verify folder structure - should be as follows:
# OC
# +- ACPI
# | +- Custom
# | +- SSDT.aml
# | +- SSDT.aml
# +- Drivers
# | +- EfiDriver.efi
# +- Kexts
# | +- Something.kext
# +- config.plist

oc_acpi = os.path.join(oc_folder,"ACPI","Custom")
oc_acpi = os.path.join(oc_folder,"ACPI")
oc_drivers = os.path.join(oc_folder,"Drivers")
oc_kexts = os.path.join(oc_folder,"Kexts")

Expand Down

0 comments on commit f4fbdf1

Please sign in to comment.