@@ -142,7 +142,9 @@ class AIPurchaseWindowController: NSWindowController, NSWindowDelegate {
func reloadData() -> Void {
self.purchaseButton.isEnabled = true
#if VERSION_FREE
+#if !VERSION_DMG
let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_lite.price()
+#endif
#else
let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_pro.price()
#endif